vcpkg/ports/imgui-sfml/0002-fix_imgui_config.patch

11 lines
386 B
Diff
Raw Normal View History

2019-09-11 04:52:21 +08:00
diff --git a/imconfig-SFML.h b/imconfig-SFML.h
index ddfe05d..4e7634e 100644
2019-09-11 04:52:21 +08:00
--- 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)); \
2019-09-11 04:52:21 +08:00
}
-
-#define ImTextureID unsigned int