diff options
author | RunitaiLinden <davep@lindenlab.com> | 2024-07-11 12:23:17 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2024-07-11 12:24:19 -0500 |
commit | 7679c76144057c85faabc196e0d189cebda75875 (patch) | |
tree | d409d9dc85ab613a82b763ead0d424528513456a /indra/newview/lldrawable.cpp | |
parent | 98941831e4afab1cd5ccb5bab995a671df320f72 (diff) |
Fix for tracy build.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r-- | indra/newview/lldrawable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index d6ecd124c8..60e7171004 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -944,7 +944,7 @@ void LLDrawable::updateTexture() bool LLDrawable::updateGeometry() { - LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWABLE + LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWABLE; llassert(mVObjp.notNull()); bool res = mVObjp && mVObjp->updateGeometry(this); |