summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp
index d8ea4b8..bd4bd7a 100644
--- a/src/game/GameView.cpp
+++ b/src/game/GameView.cpp
@@ -840,6 +840,7 @@ void GameView::OnDraw()
if(ren)
{
Graphics * g = ui::Engine::Ref().g;
+ ren->draw_air();
ren->render_parts();
ren->render_fire();
ren->DrawWalls();