mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-15 15:49:54 +00:00
remove some memory leaks in example code.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
PhysicsClientSharedMemory2::PhysicsClientSharedMemory2(SharedMemoryCommandProcessor* proc)
|
||||
:PhysicsDirect(proc)
|
||||
:PhysicsDirect(proc,false)
|
||||
{
|
||||
m_proc = proc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user