From 1d113135c2b18fb02bfdd0552ce4e747838d5a74 Mon Sep 17 00:00:00 2001 From: Cody Wyatt Neiman Date: Sun, 2 Nov 2025 13:13:55 -0500 Subject: [PATCH] fix(example/avian): TransformInterpolation needed to avoid jitter --- examples/minimal_avian.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/minimal_avian.rs b/examples/minimal_avian.rs index 8227f61..2e011fc 100644 --- a/examples/minimal_avian.rs +++ b/examples/minimal_avian.rs @@ -75,6 +75,7 @@ fn setup(mut commands: Commands, mut window: Query<&mut Window>, assets: Res