mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 09:36:43 +00:00
removing unneeded variable
This commit is contained in:
parent
d35715e5dc
commit
3b9db41346
1 changed files with 0 additions and 2 deletions
|
@ -301,8 +301,6 @@ osg::ref_ptr<osg::Geometry> SceneWidget::createGradientRectangle(QColor bgColour
|
||||||
colours->push_back(osg::Vec4ub(bgColour.red(), bgColour.green(), bgColour.blue(), 1.0f));
|
colours->push_back(osg::Vec4ub(bgColour.red(), bgColour.green(), bgColour.blue(), 1.0f));
|
||||||
colours->push_back(osg::Vec4ub(bgColour.red(), bgColour.green(), bgColour.blue(), 1.0f));
|
colours->push_back(osg::Vec4ub(bgColour.red(), bgColour.green(), bgColour.blue(), 1.0f));
|
||||||
|
|
||||||
osg::Vec4ub bgVec = osg::Vec4ub(bgColour.red(), bgColour.green(), bgColour.blue(), 1.0f);
|
|
||||||
|
|
||||||
geometry->setColorArray(colours, osg::Array::BIND_PER_VERTEX);
|
geometry->setColorArray(colours, osg::Array::BIND_PER_VERTEX);
|
||||||
|
|
||||||
geometry->getOrCreateStateSet()->setMode(GL_LIGHTING, osg::StateAttribute::OFF);
|
geometry->getOrCreateStateSet()->setMode(GL_LIGHTING, osg::StateAttribute::OFF);
|
||||||
|
|
Loading…
Reference in a new issue