mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Various updates to ruleset and primary key usages to move closer to realm support
This commit is contained in:
@ -482,7 +482,7 @@ namespace osu.Game.Screens.Select
|
||||
else
|
||||
selectionChangedDebounce = Scheduler.AddDelayed(run, 200);
|
||||
|
||||
if (beatmap != beatmapInfoPrevious)
|
||||
if (!beatmap.Equals(beatmapInfoPrevious))
|
||||
{
|
||||
if (beatmap != null && beatmapInfoPrevious != null && Time.Current - audioFeedbackLastPlaybackTime >= 50)
|
||||
{
|
||||
|
Reference in New Issue
Block a user