From 6e52fce98660dc9eaa832d682bf38e2ea742e5b6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sun, 11 Sep 2022 14:16:30 +0200 Subject: Update sources to alpha16 --- src/net/WebRTCDataChannelNative.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/WebRTCDataChannelNative.cpp') diff --git a/src/net/WebRTCDataChannelNative.cpp b/src/net/WebRTCDataChannelNative.cpp index 4639021..c594dd6 100644 --- a/src/net/WebRTCDataChannelNative.cpp +++ b/src/net/WebRTCDataChannelNative.cpp @@ -72,7 +72,7 @@ godot_int get_max_packet_size_wdc(const void *user) { } void set_write_mode_wdc(void *user, godot_int write_mode) { - ((WebRTCDataChannelNative *)user)->_set_write_mode(write_mode); + ((WebRTCDataChannelNative *)user)->_set_write_mode((godot::WebRTCDataChannel::WriteMode)write_mode); } godot_int get_write_mode_wdc(const void *user) { -- cgit v1.2.3