Commit a9b979a8 authored by limingzhe's avatar limingzhe

fix: debug

parent 4b1cb842
......@@ -339,7 +339,7 @@ checkIsFirst() {
},
checkIsLast() {
return true;
return false;
},
checkPlayTimes() {
......@@ -347,7 +347,7 @@ checkPlayTimes() {
},
getJumpData() {
return {step: 1};
return //{step: 1};
},
maskSpr: null,
......
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