mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Remove DrawableHit's custom sizing logic
Turns out this was unnecessary and never actually being used.
This commit is contained in:
@ -92,8 +92,6 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
// The input manager processes all input prior to us updating, so this is the perfect time
|
||||
// for us to remove the extra press blocking, before input is handled in the next frame
|
||||
pressHandledThisFrame = false;
|
||||
|
||||
Size = BaseSize * Parent.RelativeChildSize;
|
||||
}
|
||||
|
||||
protected override void UpdateStateTransforms(ArmedState state)
|
||||
|
Reference in New Issue
Block a user