Commit c9baba4
fix back-view column culling so squares/grid render when zoomed
draw() computed the visible-column range with the front-view formula while
the cell loops ran inside the back-view mirror transform, so zoomed back
view culled on-screen columns. Compute c0/c1 with the mirrored mapping when
flipped.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent a1f91d1 commit c9baba4
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | | - | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
0 commit comments