Fixed warning, which was actually a bug, sometimes you've just gotta love

pedantic warnings.
This commit is contained in:
Robert Osfield
2003-07-24 06:07:12 +00:00
parent 1049ead980
commit acc200a6a2

View File

@@ -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;
}