mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 21:41:35 +00:00
Fix rebase issue
This commit is contained in:
parent
cf15803e67
commit
8d93748f87
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ void DebugDrawer::createGeometry()
|
||||||
osg::ref_ptr<osg::Material> material = new osg::Material;
|
osg::ref_ptr<osg::Material> material = new osg::Material;
|
||||||
material->setColorMode(osg::Material::AMBIENT_AND_DIFFUSE);
|
material->setColorMode(osg::Material::AMBIENT_AND_DIFFUSE);
|
||||||
stateSet->setAttribute(material);
|
stateSet->setAttribute(material);
|
||||||
|
mLinesGeometry->setStateSet(stateSet);
|
||||||
mTrisGeometry->setStateSet(stateSet);
|
mTrisGeometry->setStateSet(stateSet);
|
||||||
mShapesRoot = new osg::Group;
|
mShapesRoot = new osg::Group;
|
||||||
mShapesRoot->setStateSet(stateSet);
|
mShapesRoot->setStateSet(stateSet);
|
||||||
|
|
Loading…
Reference in a new issue