summaryrefslogtreecommitdiff
path: root/examples/SharedMemory/PhysicsDirect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SharedMemory/PhysicsDirect.cpp')
-rw-r--r--examples/SharedMemory/PhysicsDirect.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/SharedMemory/PhysicsDirect.cpp b/examples/SharedMemory/PhysicsDirect.cpp
index 69490ed77..ef72e7e19 100644
--- a/examples/SharedMemory/PhysicsDirect.cpp
+++ b/examples/SharedMemory/PhysicsDirect.cpp
@@ -1306,6 +1306,14 @@ void PhysicsDirect::postProcessStatus(const struct SharedMemoryStatus& serverCmd
}
break;
}
+ case CMD_RESET_MESH_DATA_COMPLETED:
+ {
+ break;
+ }
+ case CMD_RESET_MESH_DATA_FAILED:
+ {
+ break;
+ }
case CMD_REMOVE_STATE_FAILED:
{
break;