Skip to content

Commit ed87317

Browse files
Fix level bar animation
1 parent c227990 commit ed87317

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Native/Camera.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export class CameraEntity extends Entity {
7575
this.cameraData.statsAvailable += statIncrease;
7676

7777
this.setFieldFactor(getTankById(this.cameraData.values.tank)?.fieldFactor ?? 1);
78+
this.calculateLevelData();
7879
}
7980
/** Returns the camera's client if it exists */
8081
public getClient(): Client | null {

0 commit comments

Comments
 (0)