diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-19 09:41:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 09:41:02 +0300 |
commit | c04fae068bae2bfc4b126ee9742c7cf364959268 (patch) | |
tree | 9bb8cf7c4c80ae036613551b4ed82a9508892664 /indra/newview/llviewermenu.cpp | |
parent | 4c61461883e6f90b1cdccf6b626ae3f289c257b1 (diff) | |
parent | ec7db659faf0420f5d3cd1f0be108c5aaeb53dd9 (diff) |
Merge pull request #2334 from RyeMutt/ui-stutter-fixes
Fix various findChild calls causing frame drops and ui stutter
Diffstat (limited to 'indra/newview/llviewermenu.cpp')
-rw-r--r-- | indra/newview/llviewermenu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index 529d6f97ca..97d5781566 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -10125,7 +10125,6 @@ void initialize_menus() commit.add("Object.Buy", boost::bind(&handle_buy)); commit.add("Object.Edit", boost::bind(&handle_object_edit)); - commit.add("Object.Edit", boost::bind(&handle_object_edit)); commit.add("Object.EditGLTFMaterial", boost::bind(&handle_object_edit_gltf_material)); commit.add("Object.Inspect", boost::bind(&handle_object_inspect)); commit.add("Object.Open", boost::bind(&handle_object_open)); |