Fixed GLTF import
I noticed glTF2Importer::CanRead not returning the right value on success 😉
This commit is contained in:
parent
e08df3d0cf
commit
ecbdb52633
@ -117,7 +117,7 @@ bool glTF2Importer::CanRead(const std::string& pFile, IOSystem* pIOHandler, bool
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user