Use linear curves for now until i fix some bugs with cubic
This commit is contained in:
parent
f25e1ad294
commit
85b8e6bba1
Binary file not shown.
@ -725,7 +725,7 @@ namespace BrawlboxHelper
|
||||
curve.Scale = 1;
|
||||
curve.FrameType = AnimCurveFrameType.Single;
|
||||
curve.KeyType = AnimCurveKeyType.Single;
|
||||
curve.CurveType = AnimCurveType.Cubic;
|
||||
curve.CurveType = AnimCurveType.Linear;
|
||||
|
||||
List<float> Frames = new List<float>();
|
||||
List<float> Keys = new List<float>();
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user