Skip to content

Commit

Permalink
Remove KeyFrameHeader asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d authored May 15, 2024
1 parent 5b6be93 commit 98e7f18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/RED4ext/Scripting/Natives/AnimKeyFrames.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ struct KeyFrameHeader
};
RED4EXT_ASSERT_SIZE(KeyFrameHeader, 0x4);
RED4EXT_ASSERT_OFFSET(KeyFrameHeader, timeNormalized, 0x0);
RED4EXT_ASSERT_OFFSET(KeyFrameHeader, boneIndex, 0x2);
RED4EXT_ASSERT_OFFSET(KeyFrameHeader, componentType, 0xE);
RED4EXT_ASSERT_OFFSET(KeyFrameHeader, rotationWSign, 0xF);

struct KeyFrameCompressed : KeyFrameHeader
{
Expand Down

0 comments on commit 98e7f18

Please sign in to comment.