mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Quick fix for appveyor being picky
This commit is contained in:
parent
bb74507c0f
commit
459b9582a5
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ namespace FirstPlugin
|
|||
fy,
|
||||
fz };
|
||||
|
||||
int[] qmap = QUATERNION_SWIZZLES[(extra & 0b11)];
|
||||
int[] qmap = QUATERNION_SWIZZLES[(extra & 3)];
|
||||
Quaternion q = new Quaternion(quat[qmap[0]], quat[qmap[1]], quat[qmap[2]], quat[qmap[3]]);
|
||||
if ((extra >> 2) != 0) q *= -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue