Animation upload: Avatar is not animated after file is loaded if using preview on own avatar

Ansariel 2014-03-14 10:43:04 +01:00
parent 55aa33ae20
commit 4cf384d2a5
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ BOOL LLFloaterBvhPreview::loadBVH()
motionp->setName(getChild<LLUICtrl>("name_form")->getValue().asString());
// <FS> Preview on own avatar
//mAnimPreview->getDummyAvatar()->startMotion(mMotionID);
mAnimPreview->getPreviewAvatar(this)->startMotion(mMotionID);
onBtnPlay();
// </FS>
getChild<LLSlider>("playback_slider")->setMinValue(0.0);