diff --git a/assets/script/game/monster/MonsterViewComp.ts b/assets/script/game/monster/MonsterViewComp.ts index 2ee9553a..17ec2cd1 100644 --- a/assets/script/game/monster/MonsterViewComp.ts +++ b/assets/script/game/monster/MonsterViewComp.ts @@ -154,7 +154,7 @@ export class MonsterViewComp extends CCComp { } break; case 1: - if(this.node.position.x > BoxSet.RIGHT_END){ + if(this.node.position.x > BoxSet.RIGHT_END){ this.reset(); } break;