From ad6c89de33ef8e1b95230d7e77037d33753aafbf Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 21 May 2026 18:27:00 +0200 Subject: [PATCH] =?UTF-8?q?fix(physics):=20A6.P1=20=E2=80=94=20drop=20unre?= =?UTF-8?q?solvable=20=20to=20private=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BSPQuery.AdjustSphereToPlane is private; from outside the class can't resolve and emits CS1574. Switched to ... code span. Other two cross-refs (FindCollisions public, CheckOtherCells internal-same-assembly) keep their form. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/AcDream.Core/Physics/PhysicsDiagnostics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AcDream.Core/Physics/PhysicsDiagnostics.cs b/src/AcDream.Core/Physics/PhysicsDiagnostics.cs index 6f365f7..8417ccb 100644 --- a/src/AcDream.Core/Physics/PhysicsDiagnostics.cs +++ b/src/AcDream.Core/Physics/PhysicsDiagnostics.cs @@ -285,7 +285,7 @@ public static class PhysicsDiagnostics /// tools/cdb/a6-probe.cdb. /// /// - /// Three emission sites: + /// Three emission sites: BSPQuery.AdjustSphereToPlane /// (the suspected over-correction site), /// (the 6-path dispatcher), and /// (multi-cell BSP iteration outcomes). All three are zero-cost when