diff --git a/src/Murder/Systems/Physics/TriggerPhysicsSystem.cs b/src/Murder/Systems/Physics/TriggerPhysicsSystem.cs index 02a7603b..4b85a9c9 100644 --- a/src/Murder/Systems/Physics/TriggerPhysicsSystem.cs +++ b/src/Murder/Systems/Physics/TriggerPhysicsSystem.cs @@ -5,7 +5,6 @@ using Bang.Systems; using Murder.Components; using Murder.Core.Physics; -using Murder.Helpers; using Murder.Services; using Murder.Utilities; using System.Collections.Immutable; @@ -120,9 +119,11 @@ public void OnAfterTrigger(World world) } } } - - // Check for active entities. - CheckCollision(entity, qt, world); + else + { + // Check for active entities. + CheckCollision(entity, qt, world); + } } // Clear the list for the next frame.