1
0
Fork 0

source/Game.cpp: don't need to call setClearColor() here. it is done as part of the graphics module setup.

This commit is contained in:
Henrik Hautakoski 2020-09-23 00:00:31 +02:00
parent 2c76d3bc87
commit 0f08f10a0d

View file

@ -34,8 +34,6 @@ void Game::setup()
{
m_graphics->init();
m_graphics->setClearColor(0.0f, 0.0f, 0.0f);
init();
}