Skip to content

Commit 5b9f909

Browse files
committed
Fix Formatting
1 parent 684e668 commit 5b9f909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/Sandbox.Engine/Scene/GameObjectSystems/NavMeshAgentSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private void FindPhysicsGroundZ( NavMeshAgent agent )
6666
.IgnoreDynamic()
6767
.IgnoreGameObjectHierarchy( agent.GameObject )
6868
.WithAnyTags( Scene.NavMesh.IncludedBodies )
69-
.WithCollisionRules(agent.Tags)
69+
.WithCollisionRules( agent.Tags )
7070
.WithoutTags( Scene.NavMesh.ExcludedBodies );
7171

7272
if ( !Scene.NavMesh.IncludeStaticBodies )

0 commit comments

Comments
 (0)