Added proper handling of unhandled file return type.

This commit is contained in:
Robert Osfield
2003-12-10 15:22:05 +00:00
parent af482998b9
commit cfb14b7490

View File

@@ -128,7 +128,7 @@ class ImageReaderWriter : public osgDB::ReaderWriter
}
else
{
return 0;
return ReaderWriter::ReadResult::FILE_NOT_HANDLED;
}