Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Aug 29, 2023
1 parent 350813d commit a6ecbf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/3d/fog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ use bevy::{
pbr::{NotShadowCaster, NotShadowReceiver},
prelude::*,
};
use bevy_internal::animation::RepeatAnimation;

fn main() {
App::new()
Expand All @@ -31,6 +32,8 @@ fn main() {
}

fn setup_camera_fog(mut commands: Commands) {
let _repeat = RepeatAnimation::default();

commands.spawn((
Camera3dBundle::default(),
FogSettings {
Expand Down

0 comments on commit a6ecbf2

Please sign in to comment.