Skip to content

Commit a6a2a92

Browse files
committed
fixed field name
1 parent 7ca3d7e commit a6a2a92

File tree

1 file changed

+1
-1
lines changed
  • src/scene/particle_system

1 file changed

+1
-1
lines changed

src/scene/particle_system/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub struct ParticleSystem {
151151
soft_boundary_sharpness_factor: InheritableVariable<f32>,
152152

153153
#[reflect(setter = "play")]
154-
#[visit(rename = "enabled")]
154+
#[visit(rename = "Enabled")]
155155
is_playing: InheritableVariable<bool>,
156156

157157
#[reflect(hidden)]

0 commit comments

Comments
 (0)