Update PhysicsServerCommandProcessor.cpp

This commit is contained in:
erwincoumans
2017-02-24 16:01:18 -08:00
committed by GitHub
parent 929eb49029
commit 77538b04c2

View File

@@ -571,8 +571,8 @@ struct GenericRobotStateLogger : public InternalStateLogger
GenericRobotStateLogger(int loggingUniqueId, const std::string& fileName, btMultiBodyDynamicsWorld* dynamicsWorld) GenericRobotStateLogger(int loggingUniqueId, const std::string& fileName, btMultiBodyDynamicsWorld* dynamicsWorld)
:m_loggingTimeStamp(0), :m_loggingTimeStamp(0),
m_logFileHandle(0), m_logFileHandle(0),
m_filterObjectUniqueId(false), m_dynamicsWorld(dynamicsWorld),
m_dynamicsWorld(dynamicsWorld) m_filterObjectUniqueId(false)
{ {
m_loggingType = STATE_LOGGING_GENERIC_ROBOT; m_loggingType = STATE_LOGGING_GENERIC_ROBOT;
@@ -5716,4 +5716,4 @@ void PhysicsServerCommandProcessor::createDefaultRobotAssets()
void PhysicsServerCommandProcessor::setTimeOut(double /*timeOutInSeconds*/) void PhysicsServerCommandProcessor::setTimeOut(double /*timeOutInSeconds*/)
{ {
} }