Skip to content

Commit 32f9f89

Browse files
yaleksanderWano-k
authored andcommitted
Update Battle.ts
1 parent 73119d3 commit 32f9f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Scene/Battle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ class Battle extends Map {
583583
break;
584584
}
585585
}
586-
this.sceneMap.camera.distance = this.mapCameraDistance;
587-
this.sceneMap.camera.update();
586+
this.sceneMap.camera.distance = this.mapCameraDistance;
587+
this.sceneMap.camera.update();
588588
}
589589

590590
/**

0 commit comments

Comments
 (0)