Explorar el Código

OpenGEX-Importer: remove dead code.

Kim Kulling hace 9 años
padre
commit
2cbbc3da09
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      code/OpenGEXImporter.cpp

+ 0 - 1
code/OpenGEXImporter.cpp

@@ -1033,7 +1033,6 @@ void OpenGEXImporter::handleAttenNode( ODDLParser::DDLNode *node, aiScene *pScen
             Value *val( node->getValue() );
             const float floatVal( val->getFloat() );
             if ( 0 == strncmp( "scale", prop->m_value->getString(), strlen( "scale" ) ) ) {
-            //if ( "scale" == prop->m_value->getString() ) {
                 m_currentLight->mAttenuationQuadratic = floatVal;
             }
         }