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
Testicular Slingshot
Alchemy Viewer
Commits
a879280b
Commit
a879280b
authored
Jul 17, 2017
by
Drake Arconis
Browse files
This actually looks to be a tad faster!
parent
4a1c59fc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
indra/newview/llvoavatar.cpp
View file @
a879280b
This diff is collapsed.
Click to expand it.
indra/newview/llvoavatarself.cpp
View file @
a879280b
...
...
@@ -997,7 +997,7 @@ void LLVOAvatarSelf::idleUpdateTractorBeam()
if
(
AlchemyBoundingBoxBeam
)
{
use_single_beam
=
false
;
for
(
LLObjectSelection
::
iterator
iter
=
selection
->
begin
()
;
iter
!
=
selection
->
end
();
iter
++
)
for
(
LLObjectSelection
::
iterator
iter
=
selection
->
begin
()
,
iter
_end
=
selection
->
end
();
iter
!=
iter_end
;
iter
++
)
{
LLSelectNode
*
node
=
*
iter
;
LLViewerObject
*
object
=
node
->
getObject
();
...
...
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