diff options
Diffstat (limited to 'src/games/tetris')
| -rw-r--r-- | src/games/tetris/Tetris.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/games/tetris/Tetris.cpp b/src/games/tetris/Tetris.cpp index b59d1e9..d5c735d 100644 --- a/src/games/tetris/Tetris.cpp +++ b/src/games/tetris/Tetris.cpp @@ -60,7 +60,7 @@ Tetris::Update(std::vector<SDL_Event>& events) Color clear_color = {0.2f, 0.2f, 0.2f, 1.0f}; g_renderer.SetCameraSize(4.0f, 3.0f); - g_renderer.Clear(clear_color); + g_renderer.SetClearColor(clear_color); float dt = ProcessDt(); |
