mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-21 17:30:46 +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
|
#ifndef USING_GLES2
|
||||||
if (i > 0) {
|
if (i > 0) {
|
||||||
int tw = gstate.getTextureWidth(i);
|
int tw = gstate.getTextureWidth(i);
|
||||||
int th = gstate.getTextureWidth(i);
|
int th = gstate.getTextureHeight(i);
|
||||||
if (tw != 1 && tw != (gstate.getTextureWidth(i - 1) >> 1))
|
if (tw != 1 && tw != (gstate.getTextureWidth(i - 1) >> 1))
|
||||||
badMipSizes = true;
|
badMipSizes = true;
|
||||||
else if (th != 1 && th != (gstate.getTextureHeight(i - 1) >> 1))
|
else if (th != 1 && th != (gstate.getTextureHeight(i - 1) >> 1))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user