mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +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,
|
RelativeSizeAxes = Axes.Both,
|
||||||
};
|
};
|
||||||
|
|
||||||
sampleHover = audio.Samples.Get("SongSelect/song-ping");
|
sampleHover = audio.Samples.Get("UI/default-hover");
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool InsetForBorder
|
public bool InsetForBorder
|
||||||
|
Loading…
Reference in New Issue
Block a user