mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix fixtures (#3677)
This commit is contained in:
@@ -583,7 +583,7 @@ public abstract partial class SharedPhysicsSystem
|
||||
|
||||
if (preventCollideMessage.Cancelled) return false;
|
||||
|
||||
preventCollideMessage = new PreventCollideEvent(other, body, fixture, otherFixture);
|
||||
preventCollideMessage = new PreventCollideEvent(other, body, otherFixture, fixture);
|
||||
RaiseLocalEvent(other.Owner, ref preventCollideMessage);
|
||||
|
||||
if (preventCollideMessage.Cancelled) return false;
|
||||
|
||||
Reference in New Issue
Block a user