diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-12 11:17:23 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-08-12 11:17:23 -0400 |
| commit | 932412e1dbc2d684970a1398e140f7d2757e0440 (patch) | |
| tree | a32a9271ad65ae89e0d5620dcf21a34aa3ba6420 /indra/newview/llpreviewanim.cpp | |
| parent | 47093f6e52741f36fcc782cb52e54baf9f6e3acf (diff) | |
SL-109 WIP - code cleanup
Diffstat (limited to 'indra/newview/llpreviewanim.cpp')
| -rwxr-xr-x | indra/newview/llpreviewanim.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llpreviewanim.cpp b/indra/newview/llpreviewanim.cpp index 6c5b82b62e..f83532ea83 100755 --- a/indra/newview/llpreviewanim.cpp +++ b/indra/newview/llpreviewanim.cpp @@ -110,12 +110,13 @@ void LLPreviewAnim::play(const LLSD& param) } else { - // FIXME BENTO - TEMP HACK TO DUMP AS FILE + // BENTO TEMP LLKeyframeMotion *motionp = dynamic_cast<LLKeyframeMotion*>(gAgentAvatarp->findMotion(itemID)); if (motionp && motionp->isLoaded()) { - motionp->dumpToFile(item->getName()); + //motionp->dumpToFile(item->getName()); } + gAgentAvatarp->startMotion(item->getAssetUUID()); } |
