~bigbes/game-prototype-ftl: 3144cda7

systems-power: hoist HUD cellBottom out of inner loop

Reviewer flagged the per-iteration recomputation of cellBottom inside
drawHud's column/cell loops; the value was loop-invariant. Hoist to a
file-scope const and simplify the algebra.

systems-power

Eugene Blikh <bigbes@gmail.com> — 2026-04-28 00:54:11 UTC

Commit 3144cda7fcb30beaa78e85783d0af8994484edfeview raw patch

Parent(s): f9d6b613

1 changed file(s)

FileStatus+
render.go M +2 -3