Remove outdated example code/comment (#8635)
This commit is contained in:
parent
e944b0a3a5
commit
c399755c74
@ -9,11 +9,6 @@ const LOOP_LENGTH: f32 = 4.0;
|
|||||||
fn main() {
|
fn main() {
|
||||||
App::new()
|
App::new()
|
||||||
.add_plugins(DefaultPlugins)
|
.add_plugins(DefaultPlugins)
|
||||||
// TODO: Remove once #8144 is fixed
|
|
||||||
.insert_resource(GizmoConfig {
|
|
||||||
enabled: false,
|
|
||||||
..default()
|
|
||||||
})
|
|
||||||
.insert_resource(AnimationState {
|
.insert_resource(AnimationState {
|
||||||
playing: false,
|
playing: false,
|
||||||
paused_at: 0.0,
|
paused_at: 0.0,
|
||||||
|
Loading…
Reference in New Issue
Block a user