1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:53:00 +08:00

Add comment for slider_path_checking_rate

This commit is contained in:
Pasi4K5 2021-06-04 16:26:40 +02:00
parent a0a6f3ef81
commit 6357d1363c

View File

@ -23,6 +23,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override string Description => "It never gets boring!"; public override string Description => "It never gets boring!";
public override bool Ranked => false; public override bool Ranked => false;
// How often per second getMinSliderMargin() checks if the slider is outside of the playfield
private const float slider_path_checking_rate = 10; private const float slider_path_checking_rate = 10;
// The relative distance to the edge of the playfield before objects' positions should start to "turn around" and curve towards the middle. // The relative distance to the edge of the playfield before objects' positions should start to "turn around" and curve towards the middle.