- fixed compile bugs
This commit is contained in:
parent
8fcc170e8f
commit
2cf6d213e2
5 changed files with 5 additions and 19 deletions
|
|
@ -673,7 +673,7 @@ FTextureBuffer FTexture::CreateTexBuffer(int translation, int flags)
|
|||
if (flags & CTF_CheckHires)
|
||||
{
|
||||
// No image means that this cannot be checked,
|
||||
if (GetImage() && LoadHiresTexture(result)) return result;
|
||||
if (GetImage() && LoadHiresTexture(result, checkonly)) return result;
|
||||
}
|
||||
int exx = !!(flags & CTF_Expand);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue