From 55e8e8f6af7379f9e73c4cb5e6d1e380d0187506 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 22 Sep 2017 22:07:30 +0200 Subject: [PATCH] STB namespace is broken on unix. --- imgui/imconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui/imconfig.h b/imgui/imconfig.h index 6f5cad6f..894f24e4 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. /*