Skip to content

Commit

Permalink
add ShadowsStyle to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoskey committed Dec 7, 2024
1 parent 91def32 commit 9423bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub mod prelude {
SpotLightBundle,
},
fog::{DistanceFog, FogFalloff},
light::{light_consts, AmbientLight, DirectionalLight, PointLight, SpotLight},
light::{light_consts, AmbientLight, DirectionalLight, PointLight, SpotLight, ShadowsStyle},
light_probe::{
environment_map::{EnvironmentMapLight, ReflectionProbeBundle},
LightProbe,
Expand Down

0 comments on commit 9423bca

Please sign in to comment.