Skip to content

Commit

Permalink
fix lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpleLee committed Jul 5, 2024
1 parent a00e61f commit 2917051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/modes/spinren.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ return {
if P.lastPiece.row==0 then
P:win('finish')
end
local up=MATH.clamp(20-P.stat.row,0,P.lastPiece.row)
local up=MATH.clamp(20-P.stat.row+P.lastPiece.row,0,P.lastPiece.row)
P:pushLineList(get_lines(up,P.randomizer_spinren))
end
},
Expand Down

0 comments on commit 2917051

Please sign in to comment.