Copy the animation list when cloning.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4083 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2006-05-03 00:04:41 +00:00
parent b4eacdbf0e
commit f3bb8d93db
@@ -97,6 +97,7 @@ public abstract class ModelController extends Controller
properties.originalToCopy.put(_target,
mstore._target = _target.putClone(null, properties));
}
mstore._animations = _animations;
return mstore;
}