Fixes minimap after map reloading.

Reported By: marder
This was SVN commit r26439.
This commit is contained in:
vladislavbelov 2022-02-20 10:51:11 +00:00
parent daada92a82
commit a0b0effd50

View file

@ -786,7 +786,7 @@ bool CTexture::TryLoad()
}
}
return IsLoaded();
return IsLoaded() || IsUploaded();
}
void CTexture::Prefetch()