mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 07:47:57 +03:00
Don't spam log with room collector messages in release builds
This commit is contained in:
parent
0d8a27adb6
commit
31544858c4
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ namespace TEN::Renderer
|
|||
if (m_rooms[to].Visited && count > MAX_SEARCH_DEPTH)
|
||||
{
|
||||
TENLog("Maximum room collection depth of " + std::to_string(MAX_SEARCH_DEPTH) +
|
||||
" was reached with room " + std::to_string(to), LogLevel::Warning);
|
||||
" was reached with room " + std::to_string(to), LogLevel::Warning, LogConfig::Debug);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue