STARK: Simplify game window rendering

This commit is contained in:
Bastien Bouclet 2015-04-15 08:16:23 +02:00
parent 473113a4ed
commit 22d02ac502
7 changed files with 3 additions and 41 deletions

View file

@ -228,7 +228,6 @@ void StarkEngine::updateDisplayScene() {
// Render the current scene
// Update the UI state before displaying the scene
_ui->update();
_scene->render();
}
// Tell the UI to render, and update implicitly, if this leads to new mouse-over events.
_ui->render();