Skip to content

Commit

Permalink
fix: fix NiUpdateData warning (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored Nov 20, 2024
1 parent 0ac33f8 commit f992968
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 f992968

Please sign in to comment.