mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:52:55 +08:00
Privatise CurrentTime's setter
This commit is contained in:
parent
19911193cf
commit
fb16c3db87
@ -53,7 +53,7 @@ namespace osu.Game.Rulesets.Replays
|
|||||||
|
|
||||||
private const double sixty_frame_time = 1000.0 / 60;
|
private const double sixty_frame_time = 1000.0 / 60;
|
||||||
|
|
||||||
protected double CurrentTime;
|
protected double CurrentTime { get; private set; }
|
||||||
private int currentDirection;
|
private int currentDirection;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user