Reorganised placement of classes associated with scene graph.

Warning clean up.
This commit is contained in:
Robert Osfield
2009-04-28 14:03:02 +00:00
parent 6399de2897
commit 54c3204524
11 changed files with 275 additions and 248 deletions

View File

@@ -75,7 +75,7 @@ bool p3d::readEnvVars(osg::ArgumentParser& arguments)
{
bool readVars = false;
for(unsigned int i=1; i<arguments.argc(); ++i)
for(int i=1; i<arguments.argc(); ++i)
{
if (!arguments.isOption(i))
{