mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-10 05:38:58 +08:00
Fix wrong return value(Fixes #26)
This commit is contained in:
parent
660256062b
commit
dac2a89b63
@ -45,7 +45,7 @@ bool LoadGLTF(const std::string &filename, float scale, std::vector<Mesh<float>
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace example
|
||||
|
Loading…
x
Reference in New Issue
Block a user