Fix auto_exposure example (#15827)
# Objective Fixes #15824 ## Solution Looks like this was just a goof in migrating the example itself. Added back in the rotation component of the transform that got dropped. ## Testing `cargo run --example auto_exposure`
This commit is contained in:
parent
11d1ebeed3
commit
7fa77a383f
@ -96,7 +96,7 @@ fn setup(
|
|||||||
),
|
),
|
||||||
..default()
|
..default()
|
||||||
})),
|
})),
|
||||||
Transform::from_translation(side * 2.0 + height),
|
Transform::from_translation(side * 2.0 + height).looking_at(height, Vec3::Y),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user