diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index bfea0f35..e042d344 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -108,8 +108,8 @@ void game() { while (state != EXIT) { do_input(); - engine->draw(); gui->logic(); + engine->draw(); graphics->updateScreen(); do_parse(); flush(); |