diff options
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; |
