05-instancing: Fixed update logic.

This commit is contained in:
Branimir Karadžić 2021-04-01 19:16:13 -07:00
parent cb77d3bb46
commit 117b5ec4ee
1 changed files with 7 additions and 5 deletions

View File

@ -303,13 +303,15 @@ public:
}
}
}
// Advance to next frame. Rendering thread will be kicked to
// process submitted rendering primitives.
bgfx::frame();
return true;
}
// Advance to next frame. Rendering thread will be kicked to
// process submitted rendering primitives.
bgfx::frame();
return true;
return false;
}
entry::MouseState m_mouseState;