Skip to content

Commit

Permalink
fix: register Cascade in the TypeRegistry (#8088)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlondeBurrito committed Mar 15, 2023
1 parent 1319661 commit 602f3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_pbr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ impl Plugin for PbrPlugin {

app.register_asset_reflect::<StandardMaterial>()
.register_type::<AmbientLight>()
.register_type::<Cascade>()
.register_type::<CascadeShadowConfig>()
.register_type::<Cascades>()
.register_type::<CascadesVisibleEntities>()
Expand Down

0 comments on commit 602f3ba

Please sign in to comment.