mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user