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
88ad185d
Commit
88ad185d
authored
Feb 12, 2020
by
Rye Mutt
🍞
Browse files
Fix crash that occured on far-hypergrid teleport
parent
ea10cffd
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llviewerpartsim.cpp
View file @
88ad185d
...
...
@@ -760,7 +760,7 @@ void LLViewerPartSim::updateSimulation()
if
((
LLDrawable
::
getCurrentFrame
()
+
mViewerPartGroups
[
i
]
->
mID
)
%
visirate
==
0
)
{
if
(
vobj
&&
!
vobj
->
isDead
())
if
(
vobj
&&
!
vobj
->
isDead
()
&&
vobj
->
mDrawable
)
{
gPipeline
.
markRebuild
(
vobj
->
mDrawable
,
LLDrawable
::
REBUILD_ALL
,
TRUE
);
}
...
...
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