summaryrefslogtreecommitdiff
path: root/demos/misc/udp_chat
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/misc/udp_chat
parent7589b2bf605b58fbb0e34dec8ae833708e9b54ea (diff)
Remove systematic "Init(i)alization here" from _ready()
Diffstat (limited to 'demos/misc/udp_chat')
-rw-r--r--demos/misc/udp_chat/chat.gd1
1 files changed, 0 insertions, 1 deletions
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)