mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix remaining issues
This commit is contained in:
@ -20,9 +20,15 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public SortedList<MultiplierControlPoint> ControlPoints => scrollingInfo.Algorithm.ControlPoints;
|
||||
|
||||
public ScrollVisualisationMethod ScrollAlgorithm { set => scrollingInfo.Algorithm.Algorithm = value; }
|
||||
public ScrollVisualisationMethod ScrollAlgorithm
|
||||
{
|
||||
set => scrollingInfo.Algorithm.Algorithm = value;
|
||||
}
|
||||
|
||||
public double TimeRange { set => scrollingInfo.TimeRange.Value = value; }
|
||||
public double TimeRange
|
||||
{
|
||||
set => scrollingInfo.TimeRange.Value = value;
|
||||
}
|
||||
|
||||
public IScrollingInfo ScrollingInfo => scrollingInfo;
|
||||
|
||||
|
Reference in New Issue
Block a user