Skip to content

Commit

Permalink
make GltfKunPlugin attributes pub
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Jul 18, 2024
1 parent 60d7738 commit 5c84f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_gltf_kun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ pub mod import;
mod plugins;

pub struct GltfKunPlugin {
gltf_export: bool,
gltf_import: bool,
pub gltf_export: bool,
pub gltf_import: bool,
}

impl Default for GltfKunPlugin {
Expand Down

0 comments on commit 5c84f33

Please sign in to comment.