Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Testicular Slingshot
Alchemy Viewer
Commits
2c216722
You need to sign in or sign up before continuing.
Commit
2c216722
authored
12 years ago
by
Oz Linden
Browse files
Options
Downloads
Plain Diff
merge changes for DRTVWR-190
parents
1ace064a
b5348135
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.hgtags
+1
-0
1 addition, 0 deletions
.hgtags
indra/newview/llflexibleobject.cpp
+3
-2
3 additions, 2 deletions
indra/newview/llflexibleobject.cpp
with
4 additions
and
2 deletions
.hgtags
+
1
−
0
View file @
2c216722
...
...
@@ -343,6 +343,7 @@ eb539c65e6ee26eea2bf373af2d0f4b52dc91289 DRTVWR-177
a8057e1b9a1246b434a27405be35e030f7d28b0c 3.3.4-beta3
4281aa899fb2cedb7a9ca7ce91c5c29d4aa69594 DRTVWR-180
9cd174d3a54d93d409a7c346a15b8bfb40fc58f4 DRTVWR-184
47f0d08ba7ade0a3905074009067c6d3df7e16ae DRTVWR-190
5c08e1d8edd871807153603b690e3ee9dbb548aa DRTVWR-183
6c75f220b103db1420919c8b635fe53e2177f318 3.3.4-beta4
ab2ffc547c8a8950ff187c4f6c95e5334fab597b 3.3.4-beta5
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llflexibleobject.cpp
+
3
−
2
View file @
2c216722
...
...
@@ -368,10 +368,11 @@ void LLVolumeImplFlexible::doFlexibleUpdate()
LLPath
*
path
=
&
volume
->
getPath
();
if
((
mSimulateRes
==
0
||
!
mInitialized
)
&&
mVO
->
mDrawable
->
isVisible
())
{
//mVO->markForUpdate(TRUE);
BOOL
force_update
=
mSimulateRes
==
0
?
TRUE
:
FALSE
;
doIdleUpdate
(
gAgent
,
*
LLWorld
::
getInstance
(),
0.0
);
if
(
mSimulateRes
==
0
)
if
(
!
force_update
||
!
gPipeline
.
hasRenderDebugFeatureMask
(
LLPipeline
::
RENDER_DEBUG_FEATURE_FLEXIBLE
)
)
{
return
;
// we did not get updated or initialized, proceeding without can be dangerous
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment