osu icon indicating copy to clipboard operation
osu copied to clipboard

Fix `CountTopWeightedStrains()` for modes which change `DecayWeight`

Open Finadoggie opened this issue 6 months ago • 0 comments

Currently, the function uses a constant that assumes DecayWeight is 0.9. This replaces that constant with a value based on DecayWeight, meaning the function will be useful for modes like Catch that do change DecayWeight. Does not affect modes where DecayWeight is 0.9.

Finadoggie avatar Jun 17 '25 02:06 Finadoggie