mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Fix WMO visibility culling and renderer initialization guards
This commit is contained in:
parent
ff8ffc3bfb
commit
a30525d7c9
5 changed files with 17 additions and 10 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue