diff options
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.h')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.h b/src/KingSystem/Physics/System/physSystem.h index dcd2e556..783e7643 100644 --- a/src/KingSystem/Physics/System/physSystem.h +++ b/src/KingSystem/Physics/System/physSystem.h @@ -53,7 +53,7 @@ public: ContactLayer layer2, bool enabled); // 0x0000007101216a20 - void x_1(RigidBody* body); + void registerRigidBodyForContactSystem(RigidBody* body); void removeSystemGroupHandler(SystemGroupHandler* handler); |
