remove TODOs

This commit is contained in:
2025-07-07 10:57:02 +02:00
parent 507066d1a9
commit 7583da2ad3
2 changed files with 0 additions and 2 deletions

View File

@@ -55,7 +55,6 @@ static void clear_rows(u8* restrict* restrict rows, u16* const score) {
}
}
// TODO: this is suboptimal, ditch the entire "representing shapes as binary-formatted data" and instead use a switch...case.
/* writes a shape to the screen */
static void plcmnt_place(u8* restrict const* restrict row, u8 id, i8vec2 pos) {
u8 colour = colour_from_id(id);