1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:02:54 +08:00

Formatting

This commit is contained in:
DrabWeb 2017-03-24 00:41:56 -03:00
parent 0edee04200
commit a6dfed9668

View File

@ -19,8 +19,8 @@ namespace osu.Game.Screens.Play
private readonly Vector2 handleSize = new Vector2(14, 25);
private const float transition_duration = 200;
private SongProgressBar bar;
private SongProgressGraph graph;
private readonly SongProgressBar bar;
private readonly SongProgressGraph graph;
public Action<double> OnSeek;