From 60c37aac3af2ebcc903ec880074e4c16a64471c6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 21 Sep 2012 00:01:03 +0200 Subject: robotmain, restext and engine fixes --- src/graphics/engine/engine.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/graphics/engine/engine.cpp') 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 } -- cgit v1.2.3-1-g7c22