Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
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
JennaHuntsman
XDG Integration
Commits
be07694b
Commit
be07694b
authored
11 years ago
by
Ansariel
Browse files
Options
Downloads
Patches
Plain Diff
MAINT-2773: Disable texture animation doesn't work
parent
17108920
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
doc/contributions.txt
+1
-0
1 addition, 0 deletions
doc/contributions.txt
indra/newview/llviewerobjectlist.cpp
+6
-4
6 additions, 4 deletions
indra/newview/llviewerobjectlist.cpp
with
7 additions
and
4 deletions
doc/contributions.txt
+
1
−
0
View file @
be07694b
...
@@ -176,6 +176,7 @@ Ansariel Hiller
...
@@ -176,6 +176,7 @@ Ansariel Hiller
STORM-1713
STORM-1713
STORM-1899
STORM-1899
MAINT-2368
MAINT-2368
MAINT-2773
Aralara Rajal
Aralara Rajal
Ardy Lay
Ardy Lay
STORM-859
STORM-859
...
...
This diff is collapsed.
Click to expand it.
indra/newview/llviewerobjectlist.cpp
+
6
−
4
View file @
be07694b
...
@@ -954,15 +954,17 @@ void LLViewerObjectList::update(LLAgent &agent, LLWorld &world)
...
@@ -954,15 +954,17 @@ void LLViewerObjectList::update(LLAgent &agent, LLWorld &world)
objectp
=
*
idle_iter
;
objectp
=
*
idle_iter
;
llassert
(
objectp
->
isActive
());
llassert
(
objectp
->
isActive
());
objectp
->
idleUpdate
(
agent
,
world
,
frame_time
);
objectp
->
idleUpdate
(
agent
,
world
,
frame_time
);
}
}
//update flexible objects
//update flexible objects
LLVolumeImplFlexible
::
updateClass
();
LLVolumeImplFlexible
::
updateClass
();
//update animated textures
//update animated textures
LLViewerTextureAnim
::
updateClass
();
if
(
gAnimateTextures
)
}
{
LLViewerTextureAnim
::
updateClass
();
}
}
...
...
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