mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Yet another UV fix
This commit is contained in:
parent
b21d358f1b
commit
c695d8dbf1
@ -254,13 +254,8 @@ public:
|
||||
break;
|
||||
|
||||
case DEC_FLOAT_2:
|
||||
if (isThrough()) {
|
||||
uv[0] = f[0];
|
||||
uv[1] = f[1];
|
||||
} else {
|
||||
uv[0] = f[0] * 2.0f;
|
||||
uv[1] = f[1] * 2.0f;
|
||||
}
|
||||
uv[0] = f[0] * 2.0f;
|
||||
uv[1] = f[1] * 2.0f;
|
||||
break;
|
||||
|
||||
case DEC_U16A_2:
|
||||
|
Loading…
Reference in New Issue
Block a user