diff --git a/source/Game.cpp b/source/Game.cpp index 1f7772f..2bbd8a0 100644 --- a/source/Game.cpp +++ b/source/Game.cpp @@ -34,8 +34,6 @@ void Game::setup() { m_graphics->init(); - m_graphics->setClearColor(0.0f, 0.0f, 0.0f); - init(); }