summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-21 00:01:03 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-21 00:01:03 +0200
commit60c37aac3af2ebcc903ec880074e4c16a64471c6 (patch)
treed237596281edfd97e38a7fc9da0e6e3c906f7c3f /src/graphics/engine/engine.cpp
parent34a11021daca9d6b51e8cc29c1562a75815df7b3 (diff)
downloadcolobot-60c37aac3af2ebcc903ec880074e4c16a64471c6.tar.gz
colobot-60c37aac3af2ebcc903ec880074e4c16a64471c6.tar.bz2
colobot-60c37aac3af2ebcc903ec880074e4c16a64471c6.zip
robotmain, restext and engine fixes
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
}