Skip to content

Commit

Permalink
Merge branch 'v0.4.x-dev' of https://github.com/Tetro48/cambridge int…
Browse files Browse the repository at this point in the history
…o modpack-system
  • Loading branch information
Tetro48 committed Feb 29, 2024
2 parents c4aff7f + 4874531 commit ecd87dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

function GameScene:update()
if self.paused and self.frame_steps == 0 then
self.game.pause_time = self.game.pause_time + 1
self.game.pause_time = self.game.pause_time + love.timer.getDelta() / (1/60)
else
if self.frame_steps > 0 then
self.game.ineligible = true
Expand Down

0 comments on commit ecd87dd

Please sign in to comment.