1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 06:07:25 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Objects/Drawables
Dean Herbert f25809d35f Ensure spinners only handle input during their hittable time
While this was already being enforced inside of `CheckForResult`, the
internal tracking values of rotation were still being incremented as
long as the `DrawableSpinner` was present. This resulted in incorrect
SPM values being displayed if a user was to start spinning before the
object's `StartTime`.

Kind of annoying to write a test for (there's no setup for spinners yet)
but am willing to do so if that is deemed necessary.

Closes https://github.com/ppy/osu/issues/11600.
2021-01-29 19:55:55 +09:00
..
Connections Expose animation start time as mutable in interface 2020-11-22 13:11:22 +01:00
DrawableHitCircle.cs Adjust namespace 2020-12-04 20:21:53 +09:00
DrawableOsuHitObject.cs Remove unused using statement 2020-11-27 17:01:07 +09:00
DrawableOsuJudgement.cs Add better test coverage of hit lighting (and ensure reset after animation reapplication) 2020-11-19 14:10:07 +09:00
DrawableSlider.cs Adjust namespace 2020-12-04 20:21:53 +09:00
DrawableSliderHead.cs Merge branch 'dho-remove-onparentreceived' into fix-hidden-mod-crash 2020-12-03 20:10:16 +09:00
DrawableSliderRepeat.cs Adjust namespace 2020-12-04 20:21:53 +09:00
DrawableSliderTail.cs Merge branch 'dho-remove-onparentreceived' into fix-hidden-mod-crash 2020-12-03 20:10:16 +09:00
DrawableSliderTick.cs Remove OnParentReceived() 2020-12-03 20:08:42 +09:00
DrawableSpinner.cs Ensure spinners only handle input during their hittable time 2021-01-29 19:55:55 +09:00
DrawableSpinnerBonusTick.cs Add nested osu! hitobject pooling 2020-11-12 15:59:48 +09:00
DrawableSpinnerTick.cs Remove OnParentReceived() 2020-12-03 20:08:42 +09:00
IRequireTracking.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ITrackSnaking.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
SkinnableLighting.cs Remove AccentColour binding from judgement lighting 2020-11-05 14:49:15 +09:00