diff --git a/src/game.rs b/src/game.rs index 63fbdfe..563e9cb 100644 --- a/src/game.rs +++ b/src/game.rs @@ -193,6 +193,7 @@ pub fn setup( bevy::pbr::NotShadowReceiver, Position::default(), actor::WantsToLookAt(cmd::ID_SPECIAL_PLAYERCAM.to_string()), + visual::IsEffect, LinearVelocity::default(), SpatialBundle { transform: Transform::from_scale(Vec3::splat(RACE_TARGET_RADIUS as f32)),