mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-19 01:30:05 +00:00
Fix wrong return value(Fixes #26)
This commit is contained in:
@@ -45,7 +45,7 @@ bool LoadGLTF(const std::string &filename, float scale, std::vector<Mesh<float>
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
} // namespace example
|
||||
|
||||
Reference in New Issue
Block a user