diff --git a/src/KingSystem/Physics/System/physContactMgr.cpp b/src/KingSystem/Physics/System/physContactMgr.cpp index 4a3c8de1..9359e04e 100644 --- a/src/KingSystem/Physics/System/physContactMgr.cpp +++ b/src/KingSystem/Physics/System/physContactMgr.cpp @@ -531,7 +531,7 @@ void ContactMgr::setImpulseEntryContactInfo(RigidBody* body_a, RigidBody* body_b } } -void ContactMgr::processImpulseEntry(const ImpulseEntry& entry) { +inline void ContactMgr::processImpulseEntry(const ImpulseEntry& entry) { if (!entry.valid) return;