Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
in0finite committed Dec 18, 2024
1 parent 9590192 commit ea1f0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UGameCore/MiniMap/MiniMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void UnregisterObjectInternal(MiniMapObject miniMapObject)
bool oldShouldSelfDestroy = miniMapObject.SelfDestroyWhenUnregistered;
Transform oldFollowedTransform = miniMapObject.FollowedTransform.Object;

// reset variables so that MiniMapObject can be re-used
// reset variables so that MiniMapObject can be registered again

miniMapObject.IsRegistered = false;
miniMapObject.MiniMap = null;
Expand Down

0 comments on commit ea1f0fd

Please sign in to comment.