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
parent 9404eac227
commit 6dc13ef396
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -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