diff --git a/StarCatcherUnity/Assets/Scripts/Score.cs b/StarCatcherUnity/Assets/Scripts/Score.cs index bbf4aa8..4b1e42e 100644 --- a/StarCatcherUnity/Assets/Scripts/Score.cs +++ b/StarCatcherUnity/Assets/Scripts/Score.cs @@ -264,7 +264,7 @@ public void updateStarCaughtOnKeyPress() { { hasAnimationTriggered = new bool[]{true, true, true, true};; } - if (Input.GetKeyDown(KeyCode.F7)) // start over + if (Input.GetKeyDown(KeyCode.F7)) { // start over Start(); } }