mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-16 03:39:56 -05:00
Call ImGui::NewFrame after init.
This commit is contained in:
parent
867696f1dc
commit
822caa88dd
1 changed files with 2 additions and 0 deletions
|
@ -508,6 +508,8 @@ struct OcornutImguiContext
|
|||
m_wm->DockWith(w3, w0, ImGuiWM::E_DOCK_ORIENTATION_BOTTOM);
|
||||
}
|
||||
#endif // 0
|
||||
|
||||
ImGui::NewFrame();
|
||||
}
|
||||
|
||||
void destroy()
|
||||
|
|
Loading…
Reference in a new issue