1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Quick fix for exporting the X axis on scale, offset is wrong

This commit is contained in:
KillzXGaming 2019-05-25 13:26:55 -04:00
parent e171af5448
commit 60fd66a27d
4 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -466,7 +466,7 @@ namespace BrawlboxHelper
if (RotateZ.ContainsKey(frame))
chr0Entry.SetKeyframe(5, frame, RotateZ[frame].Value * Rad2Deg);
if (ScaleX.ContainsKey(frame))
chr0Entry.SetKeyframe(1, frame, ScaleX[frame].Value);
chr0Entry.SetKeyframe(0, frame, ScaleX[frame].Value);
if (ScaleY.ContainsKey(frame))
chr0Entry.SetKeyframe(1, frame, ScaleY[frame].Value);
if (ScaleZ.ContainsKey(frame))