1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 08:07:26 +08:00
osu-lazer/osu.Game/Rulesets/Objects/Drawables
Dean Herbert 18bb0cb45b Remove unnecessary schedule logic from Apply's local updateState call
There were cases in the editor where rewinding of transforms would
leave the `DrawableHitObject` in a non-`IsPresent` state, resulting in
this scheduled logic never running.

This would in turn cause ghost hitobjects, which disappear under certain
circumstances.

Reproduction:

- Open editor to empty beatmap
- Place single hitcircle at current point in time
- Drag editor timeline backwards to seek before zero, and wait for
  return to zero
- Select hitcircle in playfield
- Drag hitcircle to right in timeline, triggering a start time change
2020-11-27 16:32:05 +09:00
..
ArmedState.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
DrawableHitObject.cs Remove unnecessary schedule logic from Apply's local updateState call 2020-11-27 16:32:05 +09:00
IScrollingHitObject.cs Adjust namespaces 2019-02-21 19:05:52 +09:00