Update sources to alpha16

This commit is contained in:
Fabio Alessandrelli
2022-09-11 14:16:30 +02:00
parent a93af67d75
commit 6e52fce986
10 changed files with 64 additions and 69 deletions

View File

@@ -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) {