From 4136e79f308e6cb4ed11097cef4cee48619f66b8 Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Fri, 31 Jul 2026 01:17:22 -0700 Subject: [PATCH] Correct the people-presence deformation note. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keep the renderer comment aligned with the four person-local radial ticks used by the field-warp geometry. 👾 Generated with [Letta Code](https://letta.com) Co-Authored-By: Letta Code --- crates/misaligned-bevy/src/world_annotations.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/misaligned-bevy/src/world_annotations.rs b/crates/misaligned-bevy/src/world_annotations.rs index 2e697536..15d05a6a 100644 --- a/crates/misaligned-bevy/src/world_annotations.rs +++ b/crates/misaligned-bevy/src/world_annotations.rs @@ -1080,7 +1080,7 @@ fn draw_digital_person_presence( gizmos.line_2d(p0, p1, field); } } - // Subtle inner warp: two short radial ticks toward the core direction + // Subtle inner warp: four short radial ticks toward the core direction // would invent a link — so keep them person-local only. for deg in [45.0_f32, 135.0, 225.0, 315.0] { let a = deg.to_radians(); -- 2.51.2