Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit f992968

Browse files
authored
fix: fix NiUpdateData warning (#304)
1 parent 0ac33f8 commit f992968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/RE/N/NiUpdateData.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ namespace RE
44
{
55
class NiPoint4;
66

7-
struct NiUpdateData
7+
class NiUpdateData
88
{
9+
public:
910
// members
1011
float delta = 0;
1112
float unk04 = 0;

0 commit comments

Comments
 (0)