Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Alchemy Next
Commits
f2566ef5
Commit
f2566ef5
authored
Sep 02, 2021
by
Rye Mutt
🍞
Browse files
Stop drawing selection outlines 3 times
parent
60990a5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llselectmgr.cpp
View file @
f2566ef5
...
@@ -6013,7 +6013,6 @@ void LLSelectMgr::renderSilhouettes(BOOL for_hud)
...
@@ -6013,7 +6013,6 @@ void LLSelectMgr::renderSilhouettes(BOOL for_hud)
}
}
LLUUID
focus_item_id
=
LLViewerMediaFocus
::
getInstance
()
->
getFocusedObjectID
();
LLUUID
focus_item_id
=
LLViewerMediaFocus
::
getInstance
()
->
getFocusedObjectID
();
for
(
S32
pass
=
0
;
pass
<
2
;
pass
++
)
{
{
for
(
LLSelectNode
*
node
:
mSelectedObjects
->
begin_end
())
for
(
LLSelectNode
*
node
:
mSelectedObjects
->
begin_end
())
{
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment