Skip to content
Snippets Groups Projects
Commit 5b61515c authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-6694 Gesture floater crash

parent 6e3acac4
No related branches found
No related tags found
No related merge requests found
...@@ -2149,7 +2149,7 @@ void LLKeyframeMotion::onLoadComplete(LLVFS *vfs, ...@@ -2149,7 +2149,7 @@ void LLKeyframeMotion::onLoadComplete(LLVFS *vfs,
LLCharacter* character = *char_iter; LLCharacter* character = *char_iter;
// look for an existing instance of this motion // look for an existing instance of this motion
LLKeyframeMotion* motionp = (LLKeyframeMotion*) character->findMotion(asset_uuid); LLKeyframeMotion* motionp = dynamic_cast<LLKeyframeMotion*> (character->findMotion(asset_uuid));
if (motionp) if (motionp)
{ {
if (0 == status) if (0 == status)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment