From 6cfc3eec9726c02ab8079ff5e8b5d69be2c87ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 21 Nov 2015 16:21:12 +0100 Subject: Remove systematic "Init(i)alization here" from _ready() --- demos/2d/isometric/troll.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'demos/2d/isometric') diff --git a/demos/2d/isometric/troll.gd b/demos/2d/isometric/troll.gd index c44a622899..d8d4880df1 100644 --- a/demos/2d/isometric/troll.gd +++ b/demos/2d/isometric/troll.gd @@ -35,5 +35,4 @@ func _fixed_process(delta): func _ready(): - # Initalization here set_fixed_process(true) -- cgit v1.2.3