Skip to content

Commit

Permalink
EnsureCurveData?
Browse files Browse the repository at this point in the history
  • Loading branch information
MinshuG committed Apr 6, 2022
1 parent 1022be9 commit 22dbc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CUE4Parse/UE4/Assets/Exports/Animation/UAnimSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ protected internal override void WriteJson(JsonWriter writer, JsonSerializer ser
writer.WriteValue(CompressedCurveByteStream);
}*/

if (!EnsureCurveData())
if (EnsureCurveData())
{
writer.WritePropertyName("CompressedCurveData");
serializer.Serialize(writer, CompressedCurveData);
Expand Down

1 comment on commit 22dbc30

@Tectors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...

Please sign in to comment.