Fixed warning, which was actually a bug, sometimes you've just gotta love
pedantic warnings.
This commit is contained in:
@@ -203,7 +203,7 @@ bool ConeSector_readLocalData(osg::Object &obj, osgDB::Input &fr)
|
||||
fr[2].getFloat(fadeangle);
|
||||
fr += 3;
|
||||
sector.setAngle(angle, fadeangle);
|
||||
iteratorAdvanced;
|
||||
iteratorAdvanced = true;
|
||||
}
|
||||
return iteratorAdvanced;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user