mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-04-06 12:24:23 -04:00
Cleanup.
This commit is contained in:
parent
8121a08ea7
commit
3c7cb7a038
1 changed files with 1 additions and 1 deletions
|
@ -435,8 +435,8 @@ class Wireframe : public entry::AppI
|
|||
const uint32_t prevMeshSel = m_meshSelection;
|
||||
m_meshSelection = imguiChoose(m_meshSelection
|
||||
, "Bunny"
|
||||
, "Orb"
|
||||
, "Hollowcubes"
|
||||
, "Orb"
|
||||
);
|
||||
if (prevMeshSel != m_meshSelection)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue