mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:39:07 +08:00
aa105d94e9
* [imgui-sfml] update to v2.3 * update version * change patch format from CRLF to CF * update version * Finish suggested change * update version
11 lines
386 B
Diff
11 lines
386 B
Diff
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
|
|
index ddfe05d..4e7634e 100644
|
|
--- a/imconfig-SFML.h
|
|
+++ b/imconfig-SFML.h
|
|
@@ -23,5 +23,3 @@
|
|
return sf::Color(static_cast<sf::Uint8>(x * 255.f), static_cast<sf::Uint8>(y * 255.f), \
|
|
static_cast<sf::Uint8>(z * 255.f), static_cast<sf::Uint8>(w * 255.f)); \
|
|
}
|
|
-
|
|
-#define ImTextureID unsigned int
|