Fixed "unable to open shadow??.png texture" errors again

master
krzys-h 2015-08-07 22:48:26 +02:00
parent 30589f3e79
commit 0ed11e0e7d
1 changed files with 3 additions and 0 deletions

View File

@ -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();