Skip to content

Commit

Permalink
fixed mesh builder brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Feb 21, 2024
1 parent 495999a commit 37bc611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mesh_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub fn main() {
App::new()
.init_resource::<BuilderParams>()
.insert_resource(AmbientLight {
brightness: 0.3,
brightness: 500.0,
..default()
})
.add_plugins(DefaultPlugins)
Expand Down

0 comments on commit 37bc611

Please sign in to comment.