mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 04:22:55 +08:00
4dd225fdc8
Closes https://github.com/ppy/osu/issues/28938.
This is related to reloading the composer on timing point changes in
scrolling rulesets. The lack of unsubscription from this would cause
blueprints to be created for disposed composers via the
`hitObjectAdded()` flow.
The following line looks as if a sync load should be forced on a newly
created placement blueprint:
|
||
---|---|---|
.. | ||
Components | ||
ComposeScreen.cs | ||
HitObjectUsageEventBuffer.cs | ||
IPlacementHandler.cs |