TETRIS: Fix restart

This commit is contained in:
2021-03-14 17:02:41 +01:00
parent 594316dcea
commit 406186d8bb
4 changed files with 12 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ std::shared_ptr< TetrisPiece > g_cur_shadow{};
std::shared_ptr< SDLPP::RectangleRender > g_shadow_colider{};
std::mutex g_movement_mutex{};
std::mutex g_render_mutex{};
bool g_quit = false;
std::vector< std::function< void(