mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove outdated example code/comment (#8635)
This commit is contained in:
parent
e944b0a3a5
commit
c399755c74
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue