mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
actually use option to override values...
This commit is contained in:
@ -41,7 +41,10 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||
{
|
||||
foreach (var d in drawables.OfType<DrawableOsuHitObject>())
|
||||
{
|
||||
d.ApplyCustomValues += ApplyHiddenValues;
|
||||
d.ApplyCustomUpdateState += ApplyHiddenState;
|
||||
}
|
||||
}
|
||||
|
||||
protected void ApplyHiddenValues(DrawableHitObject drawable)
|
||||
|
Reference in New Issue
Block a user