PyBullet on Windows: disable harmless warning of not being able to connect to shared memory server.
This commit is contained in:
@@ -91,7 +91,7 @@ void* Win32SharedMemory::allocateSharedMemory(int key, int size, bool allowCreat
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
b3Warning("Could not create file mapping object (%d).\n", GetLastError());
|
//b3Warning("Could not create file mapping object (%d).\n", GetLastError());
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user