This commit is contained in:
Patrice Vignola 2015-08-16 10:43:24 -04:00
parent ad937fec34
commit 9c3a06dd56

View File

@ -154,7 +154,10 @@ public class NetworkingSphere : MonoBehaviour
_selectedNode.Select(false);
}
FocusOnNode(node);
if (_selectedNode != node)
{
FocusOnNode(node);
}
/*
if (_timeSinceLastClick < 0.5f && node == _selectedNode)