mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Force hit sample to play when Classic mod is enabled
This commit is contained in:
@ -280,7 +280,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
// rather than doing it this way, we should probably attach the sample to the tail circle.
|
||||
// this can only be done after we stop using LegacyLastTick.
|
||||
if (TailCircle.IsHit)
|
||||
if (TailCircle.IsHit || TailCircle.AlwaysPlaySample)
|
||||
base.PlaySamples();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user