Skip to content
Snippets Groups Projects
Unverified Commit abadf087 authored by sam's avatar sam Committed by GitHub
Browse files

fix private background image


Co-authored-by: default avatarStaffEngineer <111751109+StaffEngineer@users.noreply.github.com>
parent 65cd280c
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ impl Default for CosmicAttrs {
}
#[derive(Component, Default)]
pub struct CosmicBackground(Option<Handle<Image>>);
pub struct CosmicBackground(pub Option<Handle<Image>>);
#[derive(Bundle)]
pub struct CosmicEditUiBundle {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment