mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-12 21:00:11 +00:00
PyBullet on Windows: disable harmless warning of not being able to connect to shared memory server.
This commit is contained in:
parent
bb6f4fb17c
commit
cf48697fcf
@ -91,7 +91,7 @@ void* Win32SharedMemory::allocateSharedMemory(int key, int size, bool allowCreat
|
||||
}
|
||||
else
|
||||
{
|
||||
b3Warning("Could not create file mapping object (%d).\n", GetLastError());
|
||||
//b3Warning("Could not create file mapping object (%d).\n", GetLastError());
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user