Skip to content

Commit

Permalink
Merge branch 'next-v8-puzzling-potions' into next-v8-puzzling-potions…
Browse files Browse the repository at this point in the history
…-no-depr
  • Loading branch information
bbazukun123 committed Jan 10, 2024
2 parents c74711a + d9e6b22 commit 31f4658
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 31f4658

Please sign in to comment.