mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Yet another UV fix
This commit is contained in:
parent
b21d358f1b
commit
c695d8dbf1
1 changed files with 2 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue