1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 12:42:54 +08:00

Fix unnecessary newline.

This commit is contained in:
Dan Balasescu 2017-05-09 21:08:53 +09:00 committed by GitHub
parent 89bfc0ff22
commit cdd71b496d

View File

@ -78,8 +78,7 @@ namespace osu.Desktop.VisualTests.Tests
new DrawableHoldNote(new HoldNote
{
StartTime = 5000,
Duration = 1000,
Duration = 1000
})
{
AccentColour = Color4.Red