mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-24 04:40:53 +00:00
Compare commits
2 Commits
dc174272a8
...
4c04fc3173
Author | SHA1 | Date | |
---|---|---|---|
|
4c04fc3173 | ||
|
aff11cca4c |
@ -844,7 +844,7 @@ pub(crate) fn blueprints_finalize_instances(
|
||||
}
|
||||
|
||||
if hide_until_ready.is_some() {
|
||||
commands.entity(entity).insert(Visibility::Visible);
|
||||
commands.entity(entity).insert(Visibility::Inherited);
|
||||
}
|
||||
|
||||
blueprint_events.send(BlueprintEvent::InstanceReady {
|
||||
|
Loading…
Reference in New Issue
Block a user