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/misc/udp_chat/chat.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'demos/misc/udp_chat') diff --git a/demos/misc/udp_chat/chat.gd b/demos/misc/udp_chat/chat.gd index 71286895f4..b60afa9ded 100644 --- a/demos/misc/udp_chat/chat.gd +++ b/demos/misc/udp_chat/chat.gd @@ -23,7 +23,6 @@ func _process(delta): func _ready(): - # Initalization here get_node("chat").add_style_override("panel", get_stylebox("bg", "Tree")) set_process(true) -- cgit v1.2.3