mirror of
https://github.com/ppy/osu
synced 2025-01-05 21:59:46 +00:00
Use default hover sample instead of song-ping (they're the same sample anyway)
This commit is contained in:
parent
9404eac227
commit
6dc13ef396
@ -113,7 +113,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
};
|
||||
|
||||
sampleHover = audio.Samples.Get("SongSelect/song-ping");
|
||||
sampleHover = audio.Samples.Get("UI/default-hover");
|
||||
}
|
||||
|
||||
public bool InsetForBorder
|
||||
|
Loading…
Reference in New Issue
Block a user