This commit is contained in:
Branimir Karadžić
2017-06-29 23:19:20 -07:00
parent e9a0f266bb
commit 0fad539078
34 changed files with 66 additions and 70 deletions

View File

@@ -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;