Skip to content

Commit

Permalink
Revert GameScreen update delta pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 10, 2024
1 parent d7e957b commit d9e6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puzzling-potions/src/screens/GameScreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class GameScreen extends Container {

/** Update the screen */
public update(time: Ticker) {
this.match3.update(time.deltaTime);
this.match3.update(time.deltaMS);
this.timer.updateTime(this.match3.timer.getTimeRemaining());
this.overtime.updateTime(this.match3.timer.getTimeRemaining());
this.score.setScore(this.match3.stats.getScore());
Expand Down

0 comments on commit d9e6b22

Please sign in to comment.