mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 02:51:25 +00:00
parent
a3072aa35e
commit
b902a2f2a7
27 changed files with 84 additions and 75 deletions
|
|
@ -313,7 +313,7 @@ void WebSocketMultiplayerPeer::_process_multiplayer(Ref<WebSocketPeer> p_peer, u
|
|||
} else if (to < 0) {
|
||||
|
||||
// All but one, for us if not excluded
|
||||
if (_peer_id != -p_peer_id)
|
||||
if (_peer_id != -(int32_t)p_peer_id)
|
||||
_store_pkt(from, to, in_buffer, data_size);
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue