Reorganised placement of classes associated with scene graph.
Warning clean up.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user