mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 10:42:54 +08:00
Remove unsafe access to Composer.HitObjects
This commit is contained in:
parent
d8d2c731ee
commit
8c9cfb6301
@ -34,13 +34,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
// For non-pooled rulesets, hitobjects are already present in the playfield which allows the blueprints to be loaded in the async context.
|
|
||||||
if (Composer != null)
|
|
||||||
{
|
|
||||||
foreach (var obj in Composer.HitObjects)
|
|
||||||
AddBlueprintFor(obj.HitObject);
|
|
||||||
}
|
|
||||||
|
|
||||||
selectedHitObjects.BindTo(Beatmap.SelectedHitObjects);
|
selectedHitObjects.BindTo(Beatmap.SelectedHitObjects);
|
||||||
selectedHitObjects.CollectionChanged += (selectedObjects, args) =>
|
selectedHitObjects.CollectionChanged += (selectedObjects, args) =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user