mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix comment
This commit is contained in:
@ -112,7 +112,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
if (Time.Elapsed <= 0)
|
if (Time.Elapsed <= 0)
|
||||||
{
|
{
|
||||||
// This is probably a wrong value, but currently the true value is not recorded.
|
// 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;
|
lastHyperDashState = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user