mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
wrong swizzle order
This commit is contained in:
parent
cca5300deb
commit
2613902a73
@ -71,9 +71,9 @@ public class AnimationLoader {
|
|||||||
String mode = root.getValue().getAsString();
|
String mode = root.getValue().getAsString();
|
||||||
|
|
||||||
double[] rotMode = new double[3];
|
double[] rotMode = new double[3];
|
||||||
rotMode[0] = getRot(mode.charAt(1));
|
rotMode[0] = getRot(mode.charAt(2));
|
||||||
rotMode[1] = getRot(mode.charAt(2));
|
rotMode[1] = getRot(mode.charAt(0));
|
||||||
rotMode[2] = getRot(mode.charAt(0));
|
rotMode[2] = getRot(mode.charAt(1));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user