1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:32:55 +08:00

Set a default zoom level that isn't the whole track

This commit is contained in:
Dean Herbert 2017-10-12 22:19:02 +09:00
parent 37b88d834e
commit 37fc69b9f7

View File

@ -38,6 +38,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
waveform.Beatmap.BindTo(Beatmap);
WaveformVisible.ValueChanged += waveformVisibilityChanged;
Zoom = 10;
}
private float minZoom = 1;