mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 17:13:51 +00:00
chore(wmo): demote 'cleared all WMO models' message to INFO level
This commit is contained in:
parent
53b2fc78fa
commit
e342f2ba55
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ void WMORenderer::clearAll() {
|
||||||
textureBudgetRejectWarnings_ = 0;
|
textureBudgetRejectWarnings_ = 0;
|
||||||
precomputedFloorGrid.clear();
|
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) {
|
void WMORenderer::setCollisionFocus(const glm::vec3& worldPos, float radius) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue