mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 02:22:57 +08:00
Implement interface
This commit is contained in:
parent
2ae139d260
commit
7274908059
@ -85,6 +85,9 @@ namespace osu.Game.Tests.Visual
|
|||||||
public float PositionAt(double time, double currentTime, double timeRange, float scrollLength)
|
public float PositionAt(double time, double currentTime, double timeRange, float scrollLength)
|
||||||
=> implementation.PositionAt(time, currentTime, timeRange, scrollLength);
|
=> implementation.PositionAt(time, currentTime, timeRange, scrollLength);
|
||||||
|
|
||||||
|
public double TimeAt(float position, double currentTime, double timeRange, float scrollLength)
|
||||||
|
=> implementation.TimeAt(position, currentTime, timeRange, scrollLength);
|
||||||
|
|
||||||
public void Reset()
|
public void Reset()
|
||||||
=> implementation.Reset();
|
=> implementation.Reset();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user