Skip to content

Commit 10ec6ef

Browse files
committed
Fixed a compile warning
1 parent f7f9633 commit 10ec6ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/SmSdk/Physics/CharacterPhysicsProxy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SMSDK_BEGIN_NAMESPACE
99
struct CharacterPhysicsProxy : public PhysicsProxy
1010
{
1111
/* 0x0030 */ SDK_PRI char pad_0x30[0x8];
12-
/* 0x0038 */ SDK_PUB struct CharacterController* m_pController;
12+
/* 0x0038 */ SDK_PUB class CharacterController* m_pController;
1313
/* 0x0040 */ SDK_PRI char pad_0x40[0x38];
1414
/* 0x0078 */ SDK_PUB btCollisionObject* m_pCollisionObj2;
1515
/* 0x0080 */ SDK_PUB btCollisionObject* m_pCollisionObj3;

0 commit comments

Comments
 (0)