Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update color of main menu clouds (#8172)
  • Loading branch information
random-geek authored and nerzhul committed Feb 3, 2019
1 parent 3c2fe32 commit 2ae794a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/guiEngine.cpp
Expand Up @@ -323,7 +323,7 @@ void GUIEngine::cloudInit()
{
m_cloud.clouds = new Clouds(m_smgr, -1, rand());
m_cloud.clouds->setHeight(100.0f);
m_cloud.clouds->update(v3f(0, 0, 0), video::SColor(255,200,200,255));
m_cloud.clouds->update(v3f(0, 0, 0), video::SColor(255,255,255,255));

m_cloud.camera = m_smgr->addCameraSceneNode(0,
v3f(0,0,0), v3f(0, 60, 100));
Expand Down

0 comments on commit 2ae794a

Please sign in to comment.