提交 e65efda9 编写于 作者: D Don McCurdy

Fix old reference to gltf.clips

上级 794dfc49
......@@ -541,11 +541,11 @@
function toggleAnimations() {
var i, len = gltf.clips.length;
var i, len = gltf.animations.length;
for (i = 0; i < len; i++) {
var clip = gltf.clips[i];
var clip = gltf.animations[i];
var action = mixer.existingAction( clip );
if (action.isRunning()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册