mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Remove delay on entering player
This commit is contained in:
@ -110,11 +110,8 @@ namespace osu.Game.Screens.Play
|
|||||||
adjustableClock.ChangeSource(sourceClock);
|
adjustableClock.ChangeSource(sourceClock);
|
||||||
updateRate();
|
updateRate();
|
||||||
|
|
||||||
this.Delay(750).Schedule(() =>
|
if (!IsPaused.Value)
|
||||||
{
|
Start();
|
||||||
if (!IsPaused.Value)
|
|
||||||
Start();
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user