Fixed warnings

This commit is contained in:
Robert Osfield
2012-02-21 10:42:59 +00:00
parent 67ce0d5244
commit aea4d1a261
2 changed files with 1 additions and 11 deletions

View File

@@ -359,7 +359,7 @@ void daeWriter::apply( osg::LightSource &node )
osg::Vec3 direction = pOsgLight->getDirection();
osg::Vec4 ambientColor = pOsgLight->getAmbient();
osg::Vec4 diffuseColor = pOsgLight->getDiffuse();
osg::Vec4 specularColor = pOsgLight->getSpecular();
//osg::Vec4 specularColor = pOsgLight->getSpecular();
if (position.w() == 0)
{