mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 15:17:30 +08:00
Fix post-merge issue
This commit is contained in:
parent
2c277545e0
commit
0f755c814c
@ -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