mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Fixes minimap after map reloading.
Reported By: marder This was SVN commit r26439.
This commit is contained in:
@@ -786,7 +786,7 @@ bool CTexture::TryLoad()
|
||||
}
|
||||
}
|
||||
|
||||
return IsLoaded();
|
||||
return IsLoaded() || IsUploaded();
|
||||
}
|
||||
|
||||
void CTexture::Prefetch()
|
||||
|
||||
Reference in New Issue
Block a user