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

@@ -84,7 +84,7 @@ public:
, uint16_t(m_height)
);
bool restart = showExampleDialog(this);
showExampleDialog(this);
imguiEndFrame();
@@ -140,7 +140,7 @@ public:
// process submitted rendering primitives.
bgfx::frame();
return !restart;
return true;
}
return false;