mirror of https://github.com/bkaradzic/bgfx
05-instancing: Fixed update logic.
This commit is contained in:
parent
cb77d3bb46
commit
117b5ec4ee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue