mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 06:47:25 +08:00
193e41f878
Visual inspection of taiko gameplay has shown that hitobjects appeared on screen only when the origin of the hitobject came into the bounds of the screen, instead of appearing when any visible part of the hitobject came into the screen bounds. This behaviour was due to lifetime calculation being based on the origin of the hitobject and not taking into account the actual object dimensions. Adjust the lifetime start of the hitobject by subtracting the time needed to show the part of the hitobject that should already be visible on screen when the origin comes into frame. |
||
---|---|---|
.. | ||
Algorithms | ||
DrawableScrollingRuleset.cs | ||
IScrollingInfo.cs | ||
ScrollingDirection.cs | ||
ScrollingHitObjectContainer.cs | ||
ScrollingPlayfield.cs |