From 0575585406efac12d8e40e2a41942e403f0663d2 Mon Sep 17 00:00:00 2001 From: Kristin Dragos Date: Thu, 17 Jan 2019 15:04:07 -0700 Subject: [PATCH] chore: Clean up unneeded comment from sign post script. Remove extra comment from SignPost.cs that didn't belong there. --- A Maze/Assets/UdacityVR/Scripts/SignPost.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/A Maze/Assets/UdacityVR/Scripts/SignPost.cs b/A Maze/Assets/UdacityVR/Scripts/SignPost.cs index d41b0c3..69cafcf 100644 --- a/A Maze/Assets/UdacityVR/Scripts/SignPost.cs +++ b/A Maze/Assets/UdacityVR/Scripts/SignPost.cs @@ -12,7 +12,6 @@ public void ResetScene () { // Prints to the console when the method is called Debug.Log ("'SignPost.ResetScene()' was called"); - // Use 'leftDoor' to get the start rotation of the 'Left_Door' game object and assign it to 'leftDoorStartRotation' // TODO: Reset the scene by getting a reference to the scene and reloading it // Declare a Scene named 'scene', then use SceneManager.GetActiveScene () to get the current scene and assign it to 'scene'