mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-07 05:49:29 +00:00
fix a few issues in UDP networking
This commit is contained in:
@@ -2195,7 +2195,7 @@ bool PhysicsServerCommandProcessor::processCommand(const struct SharedMemoryComm
|
||||
bufferServerToClient[i] = memDna[i];
|
||||
}
|
||||
serverCmd.m_type = CMD_REQUEST_INTERNAL_DATA_COMPLETED;
|
||||
serverCmd.m_numDataStreamBytes = bufferSizeInBytes;
|
||||
serverCmd.m_numDataStreamBytes = sz;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user