diff options
| author | Léo Lam <leo@leolam.fr> | 2022-03-01 21:22:10 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-03-03 12:29:28 +0100 |
| commit | a222e401805340c7909a1bdddee670389f2ee943 (patch) | |
| tree | 57f887603f3dd1939910f1398f58e4f13f75db26 /src/KingSystem/Physics/System/physSystem.cpp | |
| parent | aa4722bedb6c2bc4c1b519603196260c70a7d4c1 (diff) | |
ksys/phys: Add more ContactListener functions and Havok prereqs
Diffstat (limited to 'src/KingSystem/Physics/System/physSystem.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physSystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KingSystem/Physics/System/physSystem.cpp b/src/KingSystem/Physics/System/physSystem.cpp index 2efa20ae..bfad9d89 100644 --- a/src/KingSystem/Physics/System/physSystem.cpp +++ b/src/KingSystem/Physics/System/physSystem.cpp @@ -58,8 +58,8 @@ void System::freeContactPointInfo(ContactPointInfo* info) const { } LayerContactPointInfo* System::allocLayerContactPointInfo(sead::Heap* heap, int num, int num2, - const sead::SafeString& name, int a, int b, - int c) const { + const sead::SafeString& name, int a, + int b, int c) const { return mContactMgr->allocContactPointsEx(heap, num, num2, name, a, b, c); } |
