Commit 6fd8b76c authored by limingzhe's avatar limingzhe

fix: 知能跳一次

parent c6adb1ae
......@@ -411,6 +411,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (this.jumpData) {
if (id == this.jumpData.step) {
this.continueAnim(id);
this.jumpData = null;
}
return
}
......
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