diff --git a/src/rendering/wmo_renderer.cpp b/src/rendering/wmo_renderer.cpp index 6dd82a37..ab558a8a 100644 --- a/src/rendering/wmo_renderer.cpp +++ b/src/rendering/wmo_renderer.cpp @@ -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) {