consistent *API.* in examples/SharedMemory

This commit is contained in:
Erwin Coumans
2015-11-23 08:00:42 -08:00
parent bd4c4eb3c5
commit b4701613c8
8 changed files with 10 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ void PhysicsServerSharedMemory::processClientCommands()
m_data->m_testBlock1->m_numClientCommands++;
}
}
#endif 0
#endif
///we ignore overflow of integer for now
if (m_data->m_testBlock1->m_numClientCommands> m_data->m_testBlock1->m_numProcessedClientCommands)
{