fix(gui): typo in SW corner octant codepoint number

This commit is contained in:
CJ van den Berg 2026-04-03 12:06:38 +02:00
parent 4dba57ebab
commit 4ef923cf0a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -523,7 +523,7 @@ fn renderExtendedBlocks(
fillRect(buf, buf_w, buf_h, mid_x, 0, x1, ch - qh);
fillRect(buf, buf_w, buf_h, x0, ch - qh, x1, ch);
},
0x1CDDC => { // 𜷀 SW corner: left-half + bottom-quarter
0x1CDC0 => { // 𜷀 SW corner: left-half + bottom-quarter
fillRect(buf, buf_w, buf_h, x0, 0, mid_x, ch - qh);
fillRect(buf, buf_w, buf_h, x0, ch - qh, x1, ch);
},