diff options
| author | Léo Lam <leo@leolam.fr> | 2022-01-29 12:36:59 +0100 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2022-01-29 12:48:38 +0100 |
| commit | 61201ca54bb3b6b3e91c0a85579ff3424658e6e7 (patch) | |
| tree | 633395542586b7939a56b36ca4c3067c2fd63e56 /src/KingSystem/ActorSystem | |
| parent | 10d3f129b038bb129266b3974644623d0fc2040b (diff) | |
ksys/phys: Rename RigidBody/UserTag broadphase border callbacks
Diffstat (limited to 'src/KingSystem/ActorSystem')
| -rw-r--r-- | src/KingSystem/ActorSystem/actPhysicsUserTag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ActorSystem/actPhysicsUserTag.h b/src/KingSystem/ActorSystem/actPhysicsUserTag.h index d076c15e..641cd0f2 100644 --- a/src/KingSystem/ActorSystem/actPhysicsUserTag.h +++ b/src/KingSystem/ActorSystem/actPhysicsUserTag.h @@ -18,7 +18,7 @@ public: Actor* getActor(ActorLinkConstDataAccess* accessor, Actor* other_actor) const; bool acquireActor(ActorLinkConstDataAccess* accessor) const; - void m2(void* a) override; + void onMaxPositionExceeded(phys::RigidBody* body) override; void m3(void* a, void* b, float c) override; void onBodyShapeChanged(phys::RigidBody* body) override; void m5() override; |
