diff --git a/Assets/Scripts/NetworkingSphere.cs b/Assets/Scripts/NetworkingSphere.cs index e6970d9..2742374 100644 --- a/Assets/Scripts/NetworkingSphere.cs +++ b/Assets/Scripts/NetworkingSphere.cs @@ -154,7 +154,10 @@ public class NetworkingSphere : MonoBehaviour _selectedNode.Select(false); } - FocusOnNode(node); + if (_selectedNode != node) + { + FocusOnNode(node); + } /* if (_timeSinceLastClick < 0.5f && node == _selectedNode)