Compare commits
2 Commits
dc174272a8
...
4c04fc3173
Author | SHA1 | Date |
---|---|---|
Mark Moissette | 4c04fc3173 | |
Jan Hohenheim | aff11cca4c |
|
@ -844,7 +844,7 @@ pub(crate) fn blueprints_finalize_instances(
|
||||||
}
|
}
|
||||||
|
|
||||||
if hide_until_ready.is_some() {
|
if hide_until_ready.is_some() {
|
||||||
commands.entity(entity).insert(Visibility::Visible);
|
commands.entity(entity).insert(Visibility::Inherited);
|
||||||
}
|
}
|
||||||
|
|
||||||
blueprint_events.send(BlueprintEvent::InstanceReady {
|
blueprint_events.send(BlueprintEvent::InstanceReady {
|
||||||
|
|
Loading…
Reference in New Issue