mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix TabControls using the wrong sample
This commit is contained in:
@ -72,7 +72,8 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
Size = new Vector2(12),
|
||||
Icon = getIconForCardSize(Value)
|
||||
}
|
||||
}
|
||||
},
|
||||
new HoverClickSounds(HoverSampleSet.TabSelect)
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -149,7 +149,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
});
|
||||
|
||||
AddInternal(new HoverClickSounds());
|
||||
AddInternal(new HoverClickSounds(HoverSampleSet.TabSelect));
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Reference in New Issue
Block a user