diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/game.cpp b/src/game.cpp index a3a5f424a..c740ed252 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2316,6 +2316,13 @@ void the_game( guienv->drawAll(); /* + Environment post fx + */ + { + client.getEnv()->drawPostFx(driver, camera_position); + } + + /* Draw hotbar */ { @@ -2338,13 +2345,6 @@ void the_game( } /* - Environment post fx - */ - { - client.getEnv()->drawPostFx(driver, camera_position); - } - - /* End scene */ { |