summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2017-06-20 17:07:27 -0400
committerOz Linden <oz@lindenlab.com>2017-06-20 17:07:27 -0400
commit8ee8778347a32d4170f2e0be3044e1814e4b5ea8 (patch)
treeab494a94d4bcec150fb096a0dd01389711acd8da /indra/newview
parentd8be66c8e2dc979f7497841cd79fa6bd4172b4c8 (diff)
parente647ea2ef4620d137d75552bfa47f5e7ee93bf60 (diff)
merge changes for MAINT-7466
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterbvhpreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbvhpreview.cpp b/indra/newview/llfloaterbvhpreview.cpp
index 5f606ec326..ae7620f2c7 100644
--- a/indra/newview/llfloaterbvhpreview.cpp
+++ b/indra/newview/llfloaterbvhpreview.cpp
@@ -293,7 +293,7 @@ BOOL LLFloaterBvhPreview::postBuild()
loaderp->serialize(dp);
dp.reset();
LL_INFOS("BVH") << "Deserializing motionp" << LL_ENDL;
- BOOL success = motionp && motionp->deserialize(dp);
+ BOOL success = motionp && motionp->deserialize(dp, mMotionID);
LL_INFOS("BVH") << "Done" << LL_ENDL;
delete []buffer;