diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp index bb6319af..ac5cf527 100644 --- a/src/graphics/engine/engine.cpp +++ b/src/graphics/engine/engine.cpp @@ -376,6 +376,13 @@ void CEngine::ReloadAllTextures() m_app->GetEventQueue()->AddEvent(Event(EVENT_RELOAD_TEXTURES)); UpdateGroundSpotTextures(); LoadAllTextures(); + + // recapture 3D scene + if (m_worldCaptured) + { + m_captureWorld = true; + m_worldCaptured = false; + } } bool CEngine::ProcessEvent(const Event &event)