1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Clarify TODO comment

This commit is contained in:
Salman Ahmed 2022-04-28 10:57:14 +03:00
parent abb88b0907
commit b6d2ca7709

View File

@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Catch.Edit
[BackgroundDependencyLoader]
private void load()
{
// todo: enable distance spacing once catch supports it.
// todo: enable distance spacing once catch supports applying it to its existing distance snap grid implementation.
RightSideToolboxContainer.Alpha = 0;
DistanceSpacingMultiplier.Disabled = true;