mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +00:00
fix: register Cascade in the TypeRegistry (#8088)
This commit is contained in:
parent
13196613ee
commit
602f3baf3f
1 changed files with 1 additions and 0 deletions
|
@ -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>()
|
||||
|
|
Loading…
Add table
Reference in a new issue