remove unneeded light rotation

This commit is contained in:
Carter Anderson 2020-03-22 01:16:29 -07:00
parent 8c201dcbc5
commit 5d893a83f2
2 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ pub fn setup() -> Box<dyn Schedulable> {
// light
.add_entity(LightEntity {
translation: Translation::new(4.0, -4.0, 5.0),
rotation: Rotation::from_euler_angles(0.0, 0.0, 0.0),
..Default::default()
})
// camera

View File

@ -48,7 +48,6 @@ fn setup(world: &mut World, resources: &mut Resources) {
// light
.add_entity(LightEntity {
translation: Translation::new(4.0, -4.0, 5.0),
rotation: Rotation::from_euler_angles(0.0, 0.0, 0.0),
..Default::default()
})
// camera