summaryrefslogtreecommitdiff
path: root/demos/2d/hexamap
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-11-21 16:21:12 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-12-09 08:39:12 +0100
commit6cfc3eec9726c02ab8079ff5e8b5d69be2c87ed3 (patch)
tree04ad12c92929800575a52e731cc63dfccd5ffa8c /demos/2d/hexamap
parent7589b2bf605b58fbb0e34dec8ae833708e9b54ea (diff)
Remove systematic "Init(i)alization here" from _ready()
Diffstat (limited to 'demos/2d/hexamap')
-rw-r--r--demos/2d/hexamap/troll.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/2d/hexamap/troll.gd b/demos/2d/hexamap/troll.gd
index 0e4d7ce535..82938fdf10 100644
--- a/demos/2d/hexamap/troll.gd
+++ b/demos/2d/hexamap/troll.gd
@@ -35,5 +35,4 @@ func _fixed_process(delta):
func _ready():
- # Initalization here
set_fixed_process(true)