mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Remove diagnostic logging for lava/steam/MLIQ
This commit is contained in:
parent
a24fe4cc45
commit
41218a3b04
3 changed files with 5 additions and 57 deletions
|
|
@ -609,10 +609,6 @@ bool WMORenderer::loadModel(const pipeline::WMOModel& model, uint32_t id) {
|
|||
isLava = (texNameLower.find("lava") != std::string::npos ||
|
||||
texNameLower.find("molten") != std::string::npos ||
|
||||
texNameLower.find("magma") != std::string::npos);
|
||||
if (isLava) {
|
||||
LOG_WARNING("WMO LAVA BATCH: tex='", texName, "' matId=", batch.materialId,
|
||||
" blend=", blendMode, " flags=0x", std::hex, matFlags, std::dec);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue