mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Update osu.Game/Tests/Visual/ScrollingTestContainer.cs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
78943a21d8
commit
a7d4a74ed6
@ -100,7 +100,7 @@ namespace osu.Game.Tests.Visual
|
||||
=> implementation.GetLength(startTime, endTime, timeRange, scrollLength);
|
||||
|
||||
public float PositionAt(double time, double currentTime, double timeRange, float scrollLength, double? originTime = null)
|
||||
=> implementation.PositionAt(time, currentTime, timeRange, scrollLength);
|
||||
=> implementation.PositionAt(time, currentTime, timeRange, scrollLength, originTime);
|
||||
|
||||
public double TimeAt(float position, double currentTime, double timeRange, float scrollLength)
|
||||
=> implementation.TimeAt(position, currentTime, timeRange, scrollLength);
|
||||
|
Loading…
Reference in New Issue
Block a user