summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/game.cpp b/src/game.cpp
index ab3852137..7bf1c6f5c 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -2313,6 +2313,13 @@ void the_game(
guienv->drawAll();
/*
+ Environment post fx
+ */
+ {
+ client.getEnv()->drawPostFx(driver, camera_position);
+ }
+
+ /*
Draw hotbar
*/
{
@@ -2335,13 +2342,6 @@ void the_game(
}
/*
- Environment post fx
- */
- {
- client.getEnv()->drawPostFx(driver, camera_position);
- }
-
- /*
End scene
*/
{