mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-20 17:00:32 +00:00
Fix a minor typo.
This commit is contained in:
parent
c7437bbe8e
commit
f124e7dddc
@ -1133,7 +1133,7 @@ void TextureCache::SetTexture(bool force) {
|
||||
#ifndef USING_GLES2
|
||||
if (i > 0) {
|
||||
int tw = gstate.getTextureWidth(i);
|
||||
int th = gstate.getTextureWidth(i);
|
||||
int th = gstate.getTextureHeight(i);
|
||||
if (tw != 1 && tw != (gstate.getTextureWidth(i - 1) >> 1))
|
||||
badMipSizes = true;
|
||||
else if (th != 1 && th != (gstate.getTextureHeight(i - 1) >> 1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user