Probably fix dark chest issue
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10036 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -210,7 +210,8 @@ void FeatureUnlockedCutScene::init()
|
||||
#endif
|
||||
m_chest->setPosition( core::vector3df(2, -3, 0) );
|
||||
m_chest->setScale( core::vector3df(10.0f, 10.0f, 10.0f) );
|
||||
|
||||
m_chest->setMaterialFlag(video::EMF_FOG_ENABLE, false);
|
||||
|
||||
irr_driver->getSceneManager()->setAmbientLight(video::SColor(255, 120,
|
||||
120, 120));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user