cb2af961db
"From I think that this piece of code in StateSet::setTextureAttributeAndModes is a copy&paste mistake: OSG_NOTICE<<"Warning: non texture attribute '"<<attribute->className()<<"' passed to setTextureAttributeAndModes(unit,attr,value), "<<std::endl; OSG_NOTICE<<" assuming setAttributeAndModes(attr,value) instead."<<std::endl; OSG_NOTICE<<" please change calling code to use appropriate call."<<std::endl; setAttribute(attribute,value); As per the warning message it should be calling setAttributeAndModes(attribute,value); ."
3 lines
101 B
Plaintext
3 lines
101 B
Plaintext
/* Localized versions of Info.plist keys */
|
|
|
|
NSHumanReadableCopyright = "© __MyCompanyName__, 2006"; |