mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
Fix rebase issue
This commit is contained in:
parent
cf15803e67
commit
8d93748f87
@ -70,6 +70,7 @@ void DebugDrawer::createGeometry()
|
||||
osg::ref_ptr<osg::Material> material = new osg::Material;
|
||||
material->setColorMode(osg::Material::AMBIENT_AND_DIFFUSE);
|
||||
stateSet->setAttribute(material);
|
||||
mLinesGeometry->setStateSet(stateSet);
|
||||
mTrisGeometry->setStateSet(stateSet);
|
||||
mShapesRoot = new osg::Group;
|
||||
mShapesRoot->setStateSet(stateSet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user