mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 06:09:46 +03:00
Fix misleading comment in WebRTC Signaling (#812)
This commit is contained in:
@@ -81,7 +81,7 @@ func _parse_msg():
|
||||
# Client connected
|
||||
emit_signal("peer_connected", src_id)
|
||||
elif type.begins_with("D: "):
|
||||
# Client connected
|
||||
# Client disconnected
|
||||
emit_signal("peer_disconnected", src_id)
|
||||
elif type.begins_with("O: "):
|
||||
# Offer received
|
||||
|
||||
Reference in New Issue
Block a user