mirror of https://github.com/zeldaret/botw.git
Fix matching issue in ContactMgr::processImpulseEntries
This commit is contained in:
parent
e27c55361d
commit
af2e33153a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue