mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Clarify TODO comment
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Rulesets.Catch.Edit
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
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;
|
RightSideToolboxContainer.Alpha = 0;
|
||||||
DistanceSpacingMultiplier.Disabled = true;
|
DistanceSpacingMultiplier.Disabled = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user