Skip to content

Commit

Permalink
fix repeated day
Browse files Browse the repository at this point in the history
  • Loading branch information
jujusb committed Oct 3, 2024
1 parent c194371 commit e6a8151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/managers/gameManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export default class GameManager {
this.hourId = null;
this.hour = null;
this.notificationAmount = null;
this.isRepeatedDay=false;
this.startedTime=null;

this.generateTextures();
Expand Down

0 comments on commit e6a8151

Please sign in to comment.