summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/engine/engine.cpp')
-rw-r--r--src/graphics/engine/engine.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp
index f88a37b..79becea 100644
--- a/src/graphics/engine/engine.cpp
+++ b/src/graphics/engine/engine.cpp
@@ -3049,7 +3049,10 @@ void CEngine::Draw3DScene()
m_particle->DrawParticle(SH_WORLD); // draws the particles of the 3D world
m_lightning->Draw(); // draws lightning
- if (m_lensMode) DrawForegroundImage(); // draws the foreground
+
+ // TODO: fix white screen error; commenting out temporarily
+ // if (m_lensMode) DrawForegroundImage(); // draws the foreground
+
if (! m_overFront) DrawOverColor(); // draws the foreground color
}