Skip to content

Commit

Permalink
fix: fix NiUpdateData warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 committed Nov 20, 2024
1 parent 0ac33f8 commit 16604e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/RE/N/NiUpdateData.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ namespace RE
{
class NiPoint4;

struct NiUpdateData
class NiUpdateData
{
public:
// members
float delta = 0;
float unk04 = 0;
Expand Down

0 comments on commit 16604e2

Please sign in to comment.