Fix WMO visibility culling and renderer initialization guards

This commit is contained in:
Kelsi 2026-02-18 22:41:05 -08:00
parent ff8ffc3bfb
commit a30525d7c9
5 changed files with 17 additions and 10 deletions

View file

@ -61,6 +61,7 @@ void Logger::log(LogLevel level, const std::string& message) {
std::cout << line.str() << '\n';
if (fileStream.is_open()) {
fileStream << line.str() << '\n';
fileStream.flush();
}
}