Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 authored Dec 18, 2023
1 parent f5e6d1d commit 55e2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function update(milliseconds) {
ctx.fillText(game.totalMinutes + ' minutes taken', cvs.width / 2, cvs.height / 2 + box * 2)
}

else game.totalMinutes = Math.ceil((time / 3600) + game.timeOft)
else game.totalMinutes = Math.ceil((time / 360) + game.timeOft)

mm = false
}
Expand Down

0 comments on commit 55e2048

Please sign in to comment.