Fix wrong return value(Fixes #26)

This commit is contained in:
Syoyo Fujita 2017-12-19 17:58:32 +09:00
parent 660256062b
commit dac2a89b63

View File

@ -45,7 +45,7 @@ bool LoadGLTF(const std::string &filename, float scale, std::vector<Mesh<float>
return false;
}
return false;
return true;
}
} // namespace example