mirror of https://github.com/ppy/osu
Set a default zoom level that isn't the whole track
This commit is contained in:
parent
37b88d834e
commit
37fc69b9f7
|
@ -38,6 +38,8 @@ public ScrollingTimelineContainer()
|
|||
|
||||
waveform.Beatmap.BindTo(Beatmap);
|
||||
WaveformVisible.ValueChanged += waveformVisibilityChanged;
|
||||
|
||||
Zoom = 10;
|
||||
}
|
||||
|
||||
private float minZoom = 1;
|
||||
|
|
Loading…
Reference in New Issue