mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
remove TODOs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user