mirror of
https://github.com/zeldaret/botw
synced 2026-06-22 16:23:02 -04:00
Fix matching issue in ContactMgr::processImpulseEntries
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user