Tetris: formatting

This commit is contained in:
2021-03-13 18:37:23 +01:00
parent 2f20661b5b
commit 594316dcea
5 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -54,5 +54,5 @@ std::vector< std::shared_ptr< TetrisPiece > ( * )(
std::shared_ptr< SDLPP::Font > g_font{};
std::shared_ptr< SDLPP::FontConfiguration > g_font_config{};
std::vector<std::shared_ptr<SDLPP::Scene>> g_update_scenes{};
std::vector<std::shared_ptr<SDLPP::RenderObject>> g_update_objects{};
std::vector< std::shared_ptr< SDLPP::Scene > > g_update_scenes{};
std::vector< std::shared_ptr< SDLPP::RenderObject > > g_update_objects{};