Branimir Karadžić 10 yıl önce
ebeveyn
işleme
5ca8208fdb
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      3rdparty/ocornut-imgui/imgui_demo.cpp

+ 2 - 2
3rdparty/ocornut-imgui/imgui_demo.cpp

@@ -2176,10 +2176,10 @@ static void ShowExampleAppLayout(bool* opened)
     ImGui::End();
     ImGui::End();
 }
 }
 
 
-static void ShowExampleAppPropertyEditor(bool* opened)
+static void ShowExampleAppPropertyEditor(bool* p_opened)
 {
 {
     ImGui::SetNextWindowSize(ImVec2(430,450), ImGuiSetCond_FirstUseEver);
     ImGui::SetNextWindowSize(ImVec2(430,450), ImGuiSetCond_FirstUseEver);
-    if (!ImGui::Begin("Example: Property editor", opened))
+    if (!ImGui::Begin("Example: Property editor", p_opened))
     {
     {
         ImGui::End();
         ImGui::End();
         return;
         return;