vcpkg/ports/imgui-sfml/0002-fix_imgui_config.patch
JonLiu1993 aa105d94e9
[imgui-sfml] update to v2.3 (#20926)
* [imgui-sfml] update to v2.3

* update version

* change patch format from CRLF to CF

* update version

* Finish suggested change

* update version
2021-10-26 23:43:45 -07:00

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