This slipped out of an earlier commit, woops.

This commit is contained in:
Liru Færs
2020-01-06 03:03:04 -05:00
parent ba61314c32
commit a870534ea0

View File

@@ -386,6 +386,8 @@ void LLControlAvatar::updateDebugText()
for (auto volp : volumes)
{
if (volp)
{
S32 verts = 0;
total_tris += volp->getTriangleCount(&verts);
total_verts += verts;