mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
cd74ec705e
1. Checking whether the scroll position has changed must be done _after_ Current is updated in base.UpdateAfterChildren. This was causing the timeline to sometimes not provide smooth scrolling while the track is not running. 2. We can't just move all code to UpdateAfterChildren to fulfill (1) - we need the code to follow the track time to still run prior to base.UpdateAfterChildren, so that it modifies Current prior to base.UpdateAfterChildren changing to position. |
||
---|---|---|
.. | ||
Backgrounds | ||
Charts | ||
Direct | ||
Edit | ||
Menu | ||
Multi | ||
Play | ||
Ranking | ||
Select | ||
Tournament | ||
BackgroundScreen.cs | ||
Loader.cs | ||
OsuScreen.cs | ||
ScreenWhiteBox.cs |