gltf instant ok on valid extension.

This commit is contained in:
Marco Di Benedetto
2018-01-18 19:12:51 +01:00
parent 55ca48e838
commit c749594e9d
2 changed files with 4 additions and 4 deletions

View File

@@ -102,8 +102,8 @@ bool glTFImporter::CanRead(const std::string& pFile, IOSystem* pIOHandler, bool
{
const std::string &extension = GetExtension(pFile);
if (extension != "gltf" && extension != "glb")
return false;
if (extension == "gltf" || extension == "glb")
return true;
if (pIOHandler) {
glTF::Asset asset(pIOHandler);