Skip to content

Commit

Permalink
[Navigation] Fixed copy & paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
tebjan committed Jul 16, 2020
1 parent 94e9ab1 commit 09adafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected override void OnSystemRemove()
{
if (gameSystemCollection != null)
{
gameSystemCollection.CollectionChanged += GameSystemsOnCollectionChanged;
gameSystemCollection.CollectionChanged -= GameSystemsOnCollectionChanged;
}

if (dynamicNavigationMeshSystem != null)
Expand Down

0 comments on commit 09adafb

Please sign in to comment.