mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Set a default zoom level that isn't the whole track
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user