Skip to content

Commit

Permalink
Fix visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrea-c committed Aug 15, 2024
1 parent 9bfbdc9 commit 94fec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub const PARTICLE_SHADER_HANDLE: Handle<Shader> =
Handle::weak_from_u128(272481238906797053434642785120685433641);

pub struct ParticleSystemPlugin {
update_schedule: Interned<dyn ScheduleLabel>,
pub update_schedule: Interned<dyn ScheduleLabel>,
}

impl Default for ParticleSystemPlugin {
Expand Down

0 comments on commit 94fec5c

Please sign in to comment.