Skip to content

Commit

Permalink
Update AnimKeyFrames.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozz3d authored May 14, 2024
1 parent 93a616c commit 0464312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RED4ext/Scripting/Natives/AnimKeyFrames.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct KeyFrameRaw : KeyFrameHeader
};
RED4EXT_ASSERT_SIZE(KeyFrameRaw, 0x10);

struct KeyFrameConst // 14B?
struct KeyFrameConst // 14 Bytes?
{
uint16_t bitWiseData; // 00 Most likely a bitfield

Expand All @@ -60,7 +60,7 @@ struct TrackKey
};
RED4EXT_ASSERT_SIZE(TrackKey, 0x8);

struct TrackKeyConst // 6B?
struct TrackKeyConst // 6 Bytes?
{
uint16_t index; // 00
float value; // 02
Expand Down

0 comments on commit 0464312

Please sign in to comment.