1.5: Fuckin' UE5... #38

Manually merged
williamjcm merged 126 commits from one-point-five into master 2024-07-22 11:06:13 +02:00
Showing only changes of commit 90a67f30d9 - Show all commits

View file

@ -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