mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-24 04:20:58 +00:00
fixed similar issue
This commit is contained in:
parent
65391d8489
commit
947887341e
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user