Skip to content

Commit

Permalink
ed tool old fir check
Browse files Browse the repository at this point in the history
  • Loading branch information
cryham committed Dec 28, 2024
1 parent ef0d612 commit e839df4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/CGui_Tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,15 +398,15 @@ void CGui::ToolSceneOld()
if (!m.empty())
{
// if (l.on && !rg.resourceExistsInAnyGroup(s))
if (m == "tree.07.mesh" ||
m == "tree.09.mesh")
// if (m == "tree.07.mesh" || m == "tree.09.mesh")
if (StringUtil::startsWith(m, "fir"))
++ot;
} }

if (ot)
s += " old-trees: "+toStr(ot);
// if (old || ot)
LogO(s);
{ s += " old-trees: "+toStr(ot); ++t; }
if (old || ot)
LogO(s);

if (modif)
sc.SaveXml(path +"scene.xml"); /// resave
Expand Down

0 comments on commit e839df4

Please sign in to comment.