mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 16:00:08 +01:00
Commit files changed by the formatting script
This commit is contained in:
@@ -25,4 +25,4 @@ func send_session(path, type, sdp):
|
||||
func send_candidate(path, mid, index, sdp):
|
||||
var other = _find_other(path)
|
||||
assert(other != "")
|
||||
get_node(other).peer.add_ice_candidate(mid, index, sdp)
|
||||
get_node(other).peer.add_ice_candidate(mid, index, sdp)
|
||||
|
||||
Reference in New Issue
Block a user