From af2e33153abae0a5c0e50ce463dd24e7449f8b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 13 Mar 2022 02:33:56 +0100 Subject: [PATCH] Fix matching issue in ContactMgr::processImpulseEntries --- src/KingSystem/Physics/System/physContactMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;