diff --git a/src/graphics/engine/engine.cpp b/src/graphics/engine/engine.cpp index 97027c2d..a9fe24d3 100644 --- a/src/graphics/engine/engine.cpp +++ b/src/graphics/engine/engine.cpp @@ -401,6 +401,9 @@ void CEngine::ResetAfterDeviceChanged() FlushTextureCache(); + // This prevents the "unable to open file shadow[00..15].png" messages + UpdateGroundSpotTextures(); + CRobotMain::GetInstancePointer()->ResetAfterDeviceChanged(); LoadAllTextures();