diff --git a/imgui/imconfig.h b/imgui/imconfig.h index 894f24e4..6f5cad6f 100755 --- a/imgui/imconfig.h +++ b/imgui/imconfig.h @@ -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. /*