diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-11 19:25:09 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-11 22:13:55 +0100 |
| commit | 88921dbd7aa707c959137b334b3afb72e73a2b85 (patch) | |
| tree | 3dbf682bd5962ee8aac84487f933f32b400f1108 /src/KingSystem/Physics/System/physInstanceSet.cpp | |
| parent | 51c339796546252c43d81faa382631bdf03a2bda (diff) | |
ksys/phys: Add 3 easy RigidBody functions and fix some types
Diffstat (limited to 'src/KingSystem/Physics/System/physInstanceSet.cpp')
| -rw-r--r-- | src/KingSystem/Physics/System/physInstanceSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/Physics/System/physInstanceSet.cpp b/src/KingSystem/Physics/System/physInstanceSet.cpp index bfcb0581..12ea0bb2 100644 --- a/src/KingSystem/Physics/System/physInstanceSet.cpp +++ b/src/KingSystem/Physics/System/physInstanceSet.cpp @@ -81,7 +81,7 @@ void InstanceSet::sub_7100FBA9BC() { } for (auto& body : mList) { - body->sub_7100F8CFA0(); + body->x_0(); } if (mCollisionController != nullptr) |
