1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:59:55 +08:00

Formatting

This commit is contained in:
DrabWeb
2017-03-24 00:41:56 -03:00
Unverified
parent 0edee04200
commit a6dfed9668
+2 -2
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;