Made the new OpenFlight plugin the default.

This commit is contained in:
Robert Osfield
2006-06-28 10:22:04 +00:00
parent 2cf8fd8f42
commit c3548195f7

View File

@@ -148,6 +148,12 @@ Registry::Registry()
addFileExtensionAlias("flt", "OpenFlight");
}
}
else
{
#ifndef COMPILE_WITH_OLD_OPENFLIGHT_PLUGIN_AS_DEFAULT
addFileExtensionAlias("flt", "OpenFlight");
#endif
}
addFileExtensionAlias("sgi", "rgb");
addFileExtensionAlias("rgba", "rgb");