Fix layers of last block before loss

This commit is contained in:
2026-05-01 21:29:25 -07:00
parent def153b290
commit 2a5dee651e
+1 -1
View File
@@ -1009,10 +1009,10 @@ class Game:
self.process_clear_actions()
self.screen.fill("black")
self.draw_board_content()
if self.current_block:
self.draw_current_block()
self.draw_ghost_piece()
self.draw_board_content()
self.draw_board_border()
self.draw_held_and_next_piece()