STB namespace is broken on unix.

This commit is contained in:
Bartosz Taudul 2017-09-22 22:07:30 +02:00
parent 893db40bb2
commit 55e8e8f6af

View File

@ -31,7 +31,7 @@
//#define IMGUI_USE_BGRA_PACKED_COLOR
//---- Implement STB libraries in a namespace to avoid conflicts
#define IMGUI_STB_NAMESPACE ImGuiStb
//#define IMGUI_STB_NAMESPACE ImGuiStb
//---- Define constructor and implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
/*