diff --git a/examples/3d/mixed_lighting.rs b/examples/3d/mixed_lighting.rs index aebed0f11d472..0cf0edf8da4f5 100644 --- a/examples/3d/mixed_lighting.rs +++ b/examples/3d/mixed_lighting.rs @@ -58,7 +58,7 @@ enum LightingMode { } /// An event that's fired whenever the user changes the lighting mode. -/// +/// /// This is also fired when the scene loads for the first time. #[derive(Clone, Copy, Default, Event)] struct LightingModeChanged;