Fixed "unable to open shadow??.png texture" errors again
parent
30589f3e79
commit
0ed11e0e7d
|
@ -401,6 +401,9 @@ void CEngine::ResetAfterDeviceChanged()
|
||||||
|
|
||||||
FlushTextureCache();
|
FlushTextureCache();
|
||||||
|
|
||||||
|
// This prevents the "unable to open file shadow[00..15].png" messages
|
||||||
|
UpdateGroundSpotTextures();
|
||||||
|
|
||||||
CRobotMain::GetInstancePointer()->ResetAfterDeviceChanged();
|
CRobotMain::GetInstancePointer()->ResetAfterDeviceChanged();
|
||||||
|
|
||||||
LoadAllTextures();
|
LoadAllTextures();
|
||||||
|
|
Loading…
Reference in New Issue