chore(wmo): demote 'cleared all WMO models' message to INFO level

This commit is contained in:
Kelsi 2026-05-06 01:16:18 -07:00
parent 53b2fc78fa
commit e342f2ba55

View file

@ -1113,7 +1113,7 @@ void WMORenderer::clearAll() {
textureBudgetRejectWarnings_ = 0;
precomputedFloorGrid.clear();
LOG_WARNING("Cleared all WMO models, instances, and texture cache");
LOG_INFO("Cleared all WMO models, instances, and texture cache");
}
void WMORenderer::setCollisionFocus(const glm::vec3& worldPos, float radius) {