mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Example bug fixed: ImGui::End() should be called whether ImGui::Begin() return true or false (#1325)
This commit is contained in:
committed by
Branimir Karadžić
parent
76442f2f29
commit
9f4260e54d
@@ -384,9 +384,8 @@ void showExampleDialog(entry::AppI* _app, const char* _errorText)
|
||||
ImGui::EndChild();
|
||||
}
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
}
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user