diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-05-18 18:41:53 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-05-18 18:41:53 -0500 |
commit | 39820e4750d5b9f661ef74ee9868df9e471c5f36 (patch) | |
tree | 3caaaef8e35a02d5aa740b0bf1896d814dfe28b8 /indra/newview/lldrawable.cpp | |
parent | cae8aa6ecf231302653091162aa0e13e06c25696 (diff) |
DRTVWR-559 Fix for shower curtain not opening smoothly. Incidental decruft.
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 9d1b02cd8a..6b9c159291 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -942,7 +942,7 @@ void LLDrawable::updateTexture() } } -BOOL LLDrawable::updateGeometry(BOOL priority) +BOOL LLDrawable::updateGeometry() { LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWABLE |