Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ArxGame: Don't draw light flares in front of the interface
Fixes: issue #1145
  • Loading branch information
dscharrer committed Jun 26, 2018
1 parent 262889e commit aabe679
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/ArxGame.cpp
Expand Up @@ -1948,6 +1948,9 @@ void ArxGame::renderLevel() {
GRenderer->SetFogColor(g_fogColor);

GRenderer->SetAntialiasing(false);

update2DFX();
goFor2DFX();

// Manage Death visual & Launch menu...
ARX_PLAYER_Manage_Death();
Expand All @@ -1972,9 +1975,6 @@ void ArxGame::renderLevel() {

}

update2DFX();
goFor2DFX();

GRenderer->Clear(Renderer::DepthBuffer);

// Speech Management
Expand Down

0 comments on commit aabe679

Please sign in to comment.