2
0
ocornut 1 жил өмнө
parent
commit
21581cf70c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      imgui.cpp

+ 1 - 1
imgui.cpp

@@ -14569,7 +14569,7 @@ void ImGui::ShowMetricsWindow(bool* p_open)
 
     // Basic info
     Text("Dear ImGui %s", GetVersion());
-    if (g.ContextName[0] != NULL)
+    if (g.ContextName[0] != 0)
     {
         SameLine();
         Text("(Context Name: \"%s\")", g.ContextName);