Update PhysicsServerCommandProcessor.cpp

This commit is contained in:
erwincoumans 2017-02-17 15:43:38 -08:00 committed by GitHub
parent 6784cff23a
commit 45aa392a28

View File

@ -430,6 +430,7 @@ struct InternalStateLogger
m_loggingType(0)
{
}
virtual ~InternalStateLogger() {}
virtual void stop() = 0;
virtual void logState(btScalar timeStamp)=0;