Temporarily disable targetless SceneInstanceReady event
This commit is contained in:
parent
26235156bc
commit
8035f60e91
@ -421,7 +421,8 @@ impl SceneSpawner {
|
||||
.trigger_targets(SceneInstanceReady { instance_id }, parent);
|
||||
} else {
|
||||
// Defer via commands otherwise SceneSpawner is not available in the observer.
|
||||
world.commands().trigger(SceneInstanceReady { instance_id });
|
||||
// TODO: Thinkies
|
||||
// world.commands().trigger(SceneInstanceReady { instance_id });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user