fixed similar issue

This commit is contained in:
unknown 2015-08-16 21:14:55 -04:00
parent 65391d8489
commit 947887341e

View File

@ -167,7 +167,7 @@ public class NetworkingSphere : MonoBehaviour
if (!_isRotatingTowardsNode || node != _selectedNode) if (!_isRotatingTowardsNode || node != _selectedNode)
{ {
if (lvl.tutorialInt > 1) if ((lvl.tutorialInt > 1) || (lvl.tutorialInt > 1))
FocusOnNode(node); FocusOnNode(node);
} }