mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Remove frozen clock from test scenes
This commit is contained in:
@ -15,10 +15,7 @@ namespace osu.Game.Rulesets.Mania.Tests.Skinning
|
||||
var note = new HoldNote { Duration = 1000 };
|
||||
note.ApplyDefaults(new ControlPointInfo(), new BeatmapDifficulty());
|
||||
|
||||
return new DrawableHoldNote(note)
|
||||
{
|
||||
Height = 200,
|
||||
};
|
||||
return new DrawableHoldNote(note);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user