From c399755c7470e03b91e8ce2f739f64375e63dd65 Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Fri, 19 May 2023 14:21:26 -0400 Subject: [PATCH] Remove outdated example code/comment (#8635) --- examples/ui/overflow_debug.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/ui/overflow_debug.rs b/examples/ui/overflow_debug.rs index 1f01dcc4b4..8b71856616 100644 --- a/examples/ui/overflow_debug.rs +++ b/examples/ui/overflow_debug.rs @@ -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,