mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Don't show imgui test window all the time.
This commit is contained in:
parent
5cca4686e2
commit
a7dc166ed1
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ struct OcornutImguiContext
|
|||
|
||||
ImGui::NewFrame();
|
||||
|
||||
ImGui::ShowTestWindow();
|
||||
//ImGui::ShowTestWindow(); //Debug only.
|
||||
}
|
||||
|
||||
void endFrame()
|
||||
|
|
Loading…
Reference in a new issue