Commit 20251516 authored by xytk's avatar xytk

提交代码

parent 5e206824
......@@ -208,8 +208,8 @@ cc.Class({
let width = animNode.node.width;
let height = animNode.node.height;
animNode.spriteFrame = spriteFrame;
animNode.node.width = width;
animNode.node.height = height;
animNode.width = width;
animNode.height = height;
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment