Yet another UV fix

This commit is contained in:
Henrik Rydgard 2013-02-15 20:17:47 +01:00
parent b21d358f1b
commit c695d8dbf1

View File

@ -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: