mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Remove unnecessary virtual
spec
This commit is contained in:
parent
cf25ee8e84
commit
bbf906ee06
@ -26,7 +26,7 @@ namespace osu.Game.Storyboards
|
||||
|
||||
public readonly CommandTimelineGroup TimelineGroup = new CommandTimelineGroup();
|
||||
|
||||
public virtual double StartTime
|
||||
public double StartTime
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user