diff --git a/src/osgDB/Registry.cpp b/src/osgDB/Registry.cpp index d3e3796b4..833abf128 100644 --- a/src/osgDB/Registry.cpp +++ b/src/osgDB/Registry.cpp @@ -455,7 +455,7 @@ void Registry::removeReaderWriter(ReaderWriter* rw) void Registry::addFileExtensionAlias(const std::string mapExt, const std::string toExt) { - if (mapExt!=toExt) _extAliasMap[mapExt] = toExt; + _extAliasMap[mapExt] = toExt; } std::string Registry::createLibraryNameForFile(const std::string& fileName)