Small warning fix by Marco.
This commit is contained in:
@@ -120,6 +120,7 @@ class NetReader : public osgDB::ReaderWriter
|
||||
case(NODE): return rw->readNode(fin,options);
|
||||
default: break;
|
||||
}
|
||||
return ReadResult::FILE_NOT_HANDLED;
|
||||
}
|
||||
|
||||
virtual ReadResult readFile(ObjectType objectType, const std::string& inFileName, const Options *options)
|
||||
|
||||
Reference in New Issue
Block a user