0.16 support
This commit is contained in:
@@ -26,6 +26,7 @@ fn main() {
|
||||
.insert_resource(AmbientLight {
|
||||
color: Default::default(),
|
||||
brightness: 500.0,
|
||||
affects_lightmapped_meshes: false,
|
||||
})
|
||||
.insert_resource(ClearColor(Color::NONE))
|
||||
.run();
|
||||
|
||||
Reference in New Issue
Block a user