mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +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 readonly CommandTimelineGroup TimelineGroup = new CommandTimelineGroup();
|
||||||
|
|
||||||
public virtual double StartTime
|
public double StartTime
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user