diff options
Diffstat (limited to 'demos/misc/udp_chat/chat.gd')
-rw-r--r-- | demos/misc/udp_chat/chat.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/misc/udp_chat/chat.gd b/demos/misc/udp_chat/chat.gd index a2d52bf126..71286895f4 100644 --- a/demos/misc/udp_chat/chat.gd +++ b/demos/misc/udp_chat/chat.gd @@ -5,7 +5,7 @@ extends Panel # (UDP can lose packets and you won't normally find out, so don't do a chat this way) # This is just a demo that shows how to use the UDP class. -# member variables +# Member variables var udp = PacketPeerUDP.new() |