mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fixed misleading return value from send_datagram while bundling messages
This commit is contained in:
parent
be5b01b85e
commit
2f8cf96fd2
@ -395,7 +395,7 @@ send_datagram(const Datagram &dg) {
|
|||||||
|
|
||||||
if (is_bundling_messages() && get_want_message_bundling()) {
|
if (is_bundling_messages() && get_want_message_bundling()) {
|
||||||
bundle_msg(dg);
|
bundle_msg(dg);
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WANT_NATIVE_NET
|
#ifdef WANT_NATIVE_NET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user