fix compile issue

This commit is contained in:
Erwin Coumans 2017-03-16 13:26:44 -07:00
parent 86bec45247
commit 32b9eacb34

View File

@ -1824,7 +1824,7 @@ bool PhysicsServerCommandProcessor::processCommand(const struct SharedMemoryComm
if (clientCmd.m_stateLoggingArguments.m_logType == STATE_LOGGING_VIDEO_MP4)
{
if (clientCmd.m_stateLoggingArguments.m_fileName)
//if (clientCmd.m_stateLoggingArguments.m_fileName)
{
int loggerUid = m_data->m_stateLoggersUniqueId++;
VideoMP4Loggger* logger = new VideoMP4Loggger(loggerUid,clientCmd.m_stateLoggingArguments.m_fileName,this->m_data->m_guiHelper);