mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 23:28:59 +08:00
b1d364ed98
* [imgui-sfml] Fix usage * version
10 lines
284 B
Diff
10 lines
284 B
Diff
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
|
|
index ddfe05d..bd7174e 100644
|
|
--- a/imconfig-SFML.h
|
|
+++ b/imconfig-SFML.h
|
|
@@ -24,4 +24,3 @@
|
|
static_cast<sf::Uint8>(z * 255.f), static_cast<sf::Uint8>(w * 255.f)); \
|
|
}
|
|
|
|
-#define ImTextureID unsigned int
|