Do not override shadow map size

This commit is contained in:
Marco Buono 2023-10-08 21:01:25 -03:00
parent 32e9a9cc62
commit 5d317f4f95

View File

@ -39,7 +39,6 @@ fn main() {
app.add_plugins(DefaultPlugins)
.insert_resource(ClearColor(Color::BLACK))
.insert_resource(PointLightShadowMap { size: 4096 })
.insert_resource(AmbientLight {
brightness: 0.0,
..default()