From ceee71ce85403f5868bf3ec461c7363be36c810d Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Tue, 4 Aug 2026 16:55:22 -0500 Subject: [PATCH] lamp-sweep comment: #45 citation was the scoreboard issue -- cite the field reports Co-Authored-By: Claude Fable 5 --- engine/MUNGA_L4/L4VB16.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/MUNGA_L4/L4VB16.cpp b/engine/MUNGA_L4/L4VB16.cpp index 05fb0a2..4da69a6 100644 --- a/engine/MUNGA_L4/L4VB16.cpp +++ b/engine/MUNGA_L4/L4VB16.cpp @@ -1302,7 +1302,7 @@ void BTCockpitMouseUp(void) // that turn fires only ONCE PER FULL GAUGE CYCLE (foreground -> background -> copy). // The cycle only advances to the next foreground turn after the THROTTLED background // gauge sweep drains the whole active-instrument list -- and that background task -// starves under load (issue #45: "every cockpit instrument freezes at its last paint +// starves under load (field reports: "every cockpit instrument freezes at its last paint // while the underlying values AND fps stay perfectly healthy"). So on a busy MP // mission the lamp sweep ran ~1x/second: the lit buttons froze / flashes stalled while // the 3D view (a separate per-frame foreground render) stayed smooth -- exactly the