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:
parent
2c76d3bc87
commit
0f08f10a0d
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@ void Game::setup()
|
|||
{
|
||||
m_graphics->init();
|
||||
|
||||
m_graphics->setClearColor(0.0f, 0.0f, 0.0f);
|
||||
|
||||
init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue