Fix matching issue in ContactMgr::processImpulseEntries

This commit is contained in:
Léo Lam 2022-03-13 02:33:56 +01:00
parent e27c55361d
commit af2e33153a
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -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;