1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 15:14:37 +08:00

Use default hover sample instead of song-ping (they're the same sample anyway)

This commit is contained in:
Jamie Taylor
2021-11-10 17:07:06 +09:00
Unverified
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