mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Fixes minimap after map reloading.
Reported By: marder This was SVN commit r26439.
This commit is contained in:
parent
daada92a82
commit
a0b0effd50
1 changed files with 1 additions and 1 deletions
|
|
@ -786,7 +786,7 @@ bool CTexture::TryLoad()
|
|||
}
|
||||
}
|
||||
|
||||
return IsLoaded();
|
||||
return IsLoaded() || IsUploaded();
|
||||
}
|
||||
|
||||
void CTexture::Prefetch()
|
||||
|
|
|
|||
Loading…
Reference in a new issue