aboutsummaryrefslogtreecommitdiff
path: root/ports/imgui-sfml/0002-fix_imgui_config.patch
blob: 6966b63c7322c199368f57dbd2e7747c11261c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
index f66ba20..0f43ce6 100644
--- a/imconfig-SFML.h
+++ b/imconfig-SFML.h
@@ -28,5 +28,3 @@
             static_cast<sf::Uint8>(z * 255.f),                          \
             static_cast<sf::Uint8>(w * 255.f));                         \
     }
-
-#define ImTextureID unsigned int
\ No newline at end of file