fix 6dof sensors for fixed joints (recent bug left fields uninitialized in getJointInfo)

add premake build support for Test_PhysicsClientUDP
This commit is contained in:
Erwin Coumans
2017-02-20 13:18:33 -08:00
parent c10dfe6a80
commit 55361e262e
4 changed files with 68 additions and 7 deletions

View File

@@ -133,9 +133,11 @@ int main(int argc, char *argv[])
{
if (gVerboseNetworkMessagesServer)
{
int dataLen = (int)event.packet->dataLength;
printf("A packet of length %u containing '%s' was "
"received from %s on channel %u.\n",
event.packet->dataLength,
dataLen,
event.packet->data,
event.peer->data,
event.channelID);