mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -1980,7 +1980,7 @@ public:
|
||||
, m_viewState.m_height
|
||||
);
|
||||
|
||||
bool restart = showExampleDialog(this);
|
||||
showExampleDialog(this);
|
||||
|
||||
ImGui::SetNextWindowPos(
|
||||
ImVec2(m_viewState.m_width - m_viewState.m_width / 5.0f - 10.0f, 10.0f)
|
||||
@@ -3203,7 +3203,7 @@ public:
|
||||
// process submitted rendering primitives.
|
||||
bgfx::frame();
|
||||
|
||||
return !restart;
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user