Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 26F-Studio/Techmino_Galaxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd4f7d578f171dd9e8f245dd7f1f0295322bc651
Choose a base ref
..
head repository: 26F-Studio/Techmino_Galaxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f8cf53a10f8becaf06886bdc07863dfc340297f
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 assets/game/mode/mino/exterior/sprint_40.lua
2 changes: 1 addition & 1 deletion assets/game/mode/mino/exterior/sprint_40.lua
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ return {
for _,c in next,P.clearHistory do
_cleared=math.min(_cleared+c.line,P.modeData.lineTarget)
table.insert(clearInfo,{
x=d.time/finalTime*finRate,
x=c.time/finalTime*finRate,
y=_cleared/P.modeData.lineTarget*(100/#P.dropHistory)*finRate,
})
end