From e4584401ad865afb5a0fec8b7cab67794490a10d Mon Sep 17 00:00:00 2001 From: fschildt Date: Mon, 24 Nov 2025 19:55:42 +0100 Subject: rendering: refactor z-based sorting/drawing --- src/games/tetris/Tetris.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/games/tetris/Tetris.hpp') diff --git a/src/games/tetris/Tetris.hpp b/src/games/tetris/Tetris.hpp index 1c60a98..905458a 100644 --- a/src/games/tetris/Tetris.hpp +++ b/src/games/tetris/Tetris.hpp @@ -36,7 +36,6 @@ private: private: static constexpr Color s_text_color {0.9f, 0.9f, 0.9f, 1.0f}; - static constexpr float s_text_z {10.0f}; static constexpr size_t s_frame_strings_capacity {32}; static constexpr char s_tetris_highscore_path[]{"tetris_highscore.txt"}; -- cgit v1.2.3