From Paul de Repentigny, "When calling osgdem with argument "--image-ext", the application just

returns after loading the proper ReaderWriter for the given extension."  Fix was to remove the erroenous return.
This commit is contained in:
Robert Osfield
2006-11-22 20:52:16 +00:00
parent 9c66cb4127
commit 3016deaba9

View File

@@ -333,7 +333,6 @@ int main( int argc, char **argv )
{
image_ext.insert(0,".");
dataset->setDestinationImageExtension(image_ext);
return 1;
}
else
{