1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:47:25 +08:00
osu-lazer/osu.Game/Screens/Edit/Compose
Bartłomiej Dach 10dd64e07c
Fix being able to paste objects while composer is loading
Would lead to exceptions due to modification of `Beatmap.HitObjects`
during its enumeration by `DrawableRuleset`, which was happening as an
async load via `EditorScreenWithTimeline.CreateMainContent()`.
2021-12-07 21:00:25 +01:00
..
Components Clean up unused resolved properties 2021-12-03 18:49:49 +09:00
ComposeScreen.cs Fix being able to paste objects while composer is loading 2021-12-07 21:00:25 +01:00
HitObjectUsageEventBuffer.cs Change class xmldoc a bit 2021-05-18 19:15:46 +09:00
IPlacementHandler.cs Add commit status to EndPlacement; call BeginPlacement on initial movement 2020-02-07 18:02:48 +09:00