NOTWORKING: Committing this so I can show the changes I made on the next stream.

This commit is contained in:
Zed A. Shaw 2024-09-28 02:44:36 -04:00
parent 62195e6eea
commit 56cc38006b
2 changed files with 108 additions and 28 deletions

View file

@ -55,7 +55,7 @@ int main() {
// draw the character
c.DrawText(10*2, 10*4, "@", Color::Blue);
return canvas(c) | border;
return canvas(c);
});
while (true) {