mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +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;
|
||||
|
||||
protected double CurrentTime;
|
||||
protected double CurrentTime { get; private set; }
|
||||
private int currentDirection;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user