From a873df7a66dc1831cee4eae2d998abed88246268 Mon Sep 17 00:00:00 2001 From: fschildt Date: Thu, 16 Oct 2025 15:33:06 +0200 Subject: renderer: introduce text rendering --- src/games/tetris/Tetromino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/games/tetris/Tetromino.cpp') diff --git a/src/games/tetris/Tetromino.cpp b/src/games/tetris/Tetromino.cpp index 2cde231..416a8df 100644 --- a/src/games/tetris/Tetromino.cpp +++ b/src/games/tetris/Tetromino.cpp @@ -233,7 +233,7 @@ Tetromino::Draw(Id id, int32_t ori, V2F32 pos, float scale) Color color = GetColor(id); - g_renderer.PushRectangle(world_rect, world_pos.z, color); + g_renderer.PushRectangle(world_rect, color, world_pos.z); } } } -- cgit v1.2.3