mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 00:53:19 +08:00
Closes #24514. The original PR was _supposed_ to be handling this, and had code that _looked_ like it would handle it, but was in fact subtly wrong, as the union of `RectangleF.Empty` (initial value of `area`) and an arbitrary other rectangle is _not_ the second rectangle, but rather a rectangle that contains _both_ the second rectangle and the point (0,0), thus leading to the bound calculation fail. |
||
---|---|---|
.. | ||
Components | ||
Column.cs | ||
ColumnFlow.cs | ||
DefaultHitExplosion.cs | ||
DrawableManiaJudgement.cs | ||
DrawableManiaRuleset.cs | ||
IHitExplosion.cs | ||
ManiaPlayfield.cs | ||
ManiaPlayfieldAdjustmentContainer.cs | ||
ManiaReplayRecorder.cs | ||
ManiaScrollingDirection.cs | ||
OrderedHitPolicy.cs | ||
PlayfieldCoveringWrapper.cs | ||
PoolableHitExplosion.cs | ||
Stage.cs |