Skip to content

Commit

Permalink
192: fix side change timeline insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bauumm committed Jul 10, 2024
1 parent 4a6428f commit 0ecca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/game192/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function game.increment_difficulty()
* (game.level_data.rotation_speed > 0 and 1 or -1)
end
status.fast_spin = game.level_data.fast_spin
game.main_timeline:append_do(function()
game.main_timeline:at_start_do(function()
game.side_change(math.random(game.level_data.sides_min, game.level_data.sides_max))
end)
end
Expand Down

0 comments on commit 0ecca90

Please sign in to comment.