summaryrefslogtreecommitdiff
path: root/demos/misc/autoload/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'demos/misc/autoload/global.gd')
-rw-r--r--demos/misc/autoload/global.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/misc/autoload/global.gd b/demos/misc/autoload/global.gd
index 126cbc0ab7..e094ab9784 100644
--- a/demos/misc/autoload/global.gd
+++ b/demos/misc/autoload/global.gd
@@ -1,6 +1,6 @@
extends Node
-# member variables
+# Member variables
var current_scene = null
@@ -34,7 +34,7 @@ func _deferred_goto_scene(path):
func _ready():
# Get the current scene, the first time.
- # it is always the last child of root,
+ # It is always the last child of root,
# after the autoloaded nodes.
var root = get_tree().get_root()