Fix compiler error for project 'dedicated'

This commit is contained in:
Kawe Mazidjatari 2023-03-26 17:45:34 +02:00
parent a60609a0e8
commit d9926af80c

View File

@ -345,8 +345,10 @@ void CoreMsgV(LogType_t logType, LogLevel_t logLevel, eDLL_T context, const char
g_pOverlay->AddLog(overlayContext, g_LogStream.str());
}
}
#endif // !DEDICATED
}
#ifndef DEDICATED
g_LogStream.str(string());
g_LogStream.clear();
#endif // !DEDICATED