Removed unnecessary LoadAllTextures call

master
krzys-h 2016-03-25 17:14:20 +01:00
parent 17bcbddef1
commit 16c1f34a07
1 changed files with 0 additions and 3 deletions

View File

@ -4154,9 +4154,6 @@ void CEngine::UpdateGroundSpotTextures()
m_groundMark.drawIntensity = m_groundMark.intensity;
m_firstGroundSpot = false;
// Reload the model textures from cache now
LoadAllTextures();
}
void CEngine::DrawShadowSpots()