1.5: Fuckin' UE5... #38
1 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,10 @@ Logger::log(EntryType type, StringView location, StringView message) {
|
|||
}
|
||||
|
||||
d << ((message.back() == '\n') ? message.exceptSuffix(1) : message);
|
||||
|
||||
#ifndef SAVETOOL_DEBUG_BUILD
|
||||
_logFile.flush();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue