diff options
| author | Fabio Alessandrelli | 2017-01-18 21:33:55 +0100 |
|---|---|---|
| committer | Fabio Alessandrelli | 2017-03-22 21:05:27 +0100 |
| commit | 7dbccc9a57c7579be7f3edcf99b35cf4804b4723 (patch) | |
| tree | fbd40c9379ba675cb9afe10d1fc266b31c1ae192 /drivers/unix/packet_peer_udp_posix.cpp | |
| parent | cab9ad76570760f170ae15026b57b2dcfe6431ff (diff) | |
| download | godot-7dbccc9a57c7579be7f3edcf99b35cf4804b4723.tar.gz godot-7dbccc9a57c7579be7f3edcf99b35cf4804b4723.tar.zst godot-7dbccc9a57c7579be7f3edcf99b35cf4804b4723.zip | |
Diffstat (limited to 'drivers/unix/packet_peer_udp_posix.cpp')
| -rw-r--r-- | drivers/unix/packet_peer_udp_posix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/unix/packet_peer_udp_posix.cpp b/drivers/unix/packet_peer_udp_posix.cpp index 4040aaaf4..4e48e8350 100644 --- a/drivers/unix/packet_peer_udp_posix.cpp +++ b/drivers/unix/packet_peer_udp_posix.cpp @@ -269,6 +269,7 @@ PacketPeerUDPPosix::PacketPeerUDPPosix() { queue_count = 0; peer_port = 0; sock_type = IP::TYPE_NONE; + rb.resize(8); } PacketPeerUDPPosix::~PacketPeerUDPPosix() { |
