1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:52:57 +08:00

Fix comment

This commit is contained in:
ekrctb 2021-07-30 15:44:09 +09:00
parent a204ef39dd
commit 4e2f928d65

View File

@ -112,7 +112,7 @@ namespace osu.Game.Rulesets.Catch.UI
if (Time.Elapsed <= 0)
{
// This is probably a wrong value, but currently the true value is not recorded.
// Setting `true` will prevent generation of false-positive after-images (with more false-positives).
// Setting `true` will prevent generation of false-positive after-images (with more false-negatives).
lastHyperDashState = true;
return;
}