Removed unnecessary LoadAllTextures call
parent
17bcbddef1
commit
16c1f34a07
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue