From 8e9f5ef3f3d90eddfcd5ad5886f792c6f8117a88 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Fri, 23 Jun 2017 16:22:38 -0700 Subject: [PATCH] fix compile issue --- examples/SharedMemory/PhysicsClientC_API.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/SharedMemory/PhysicsClientC_API.cpp b/examples/SharedMemory/PhysicsClientC_API.cpp index 1bd6504d6..8f743f08d 100644 --- a/examples/SharedMemory/PhysicsClientC_API.cpp +++ b/examples/SharedMemory/PhysicsClientC_API.cpp @@ -716,7 +716,6 @@ b3SharedMemoryCommandHandle b3CreateCollisionShapeCommandInit(b3PhysicsClientHan b3Assert(command); command->m_type = CMD_CREATE_COLLISION_SHAPE; command->m_updateFlags =0; - command->m_createCollisionShapeArgs = {0}; command->m_createCollisionShapeArgs.m_numCollisionShapes = 0; return (b3SharedMemoryCommandHandle) command; }