Skip to content

Commit

Permalink
Now rerecording with show invisible flags the replay as ineligible
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetro48 committed Jul 1, 2024
1 parent 11f7b50 commit 46d4475
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scene/replay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ function ReplayScene:onInputPress(e)
self.replay_speed = 1
self.game.save_replay = config.gamesettings.save_replay == 1
self.game.replay_inputs = self.retry_replay.inputs
if self.show_invisible then
self.game.ineligible = true
end
self.paused = true
pitchBGM(1)
elseif e.input == "hold" then
Expand Down

0 comments on commit 46d4475

Please sign in to comment.