mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Revert non-track usage
This commit is contained in:
@ -86,7 +86,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
track = b.NewValue.Track;
|
||||
|
||||
// todo: i don't think this is safe, the track may not be loaded yet.
|
||||
if (b.NewValue.Track.Length > 0)
|
||||
if (track.Length > 0)
|
||||
{
|
||||
MaxZoom = getZoomLevelForVisibleMilliseconds(500);
|
||||
MinZoom = getZoomLevelForVisibleMilliseconds(10000);
|
||||
|
Reference in New Issue
Block a user