mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Added more smart checking to removing rewound drumroll hits
This commit is contained in:
@ -295,9 +295,12 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
if (Time.Elapsed < 0)
|
||||
{
|
||||
foreach (var o in drumRollHitContainer.Objects)
|
||||
{
|
||||
if (o.HitObject.StartTime >= Time.Current)
|
||||
drumRollHitContainer.Remove(o);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private class ProxyContainer : LifetimeManagementContainer
|
||||
{
|
||||
|
Reference in New Issue
Block a user