Remove outdated example code/comment (#8635)

This commit is contained in:
JMS55 2023-05-19 14:21:26 -04:00 committed by GitHub
parent e944b0a3a5
commit c399755c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,6 @@ const LOOP_LENGTH: f32 = 4.0;
fn main() {
App::new()
.add_plugins(DefaultPlugins)
// TODO: Remove once #8144 is fixed
.insert_resource(GizmoConfig {
enabled: false,
..default()
})
.insert_resource(AnimationState {
playing: false,
paused_at: 0.0,