mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 07:48:58 +08:00
Fix redundant printf
This commit is contained in:
parent
0ee2120965
commit
289cc448ed
@ -1273,8 +1273,6 @@ bool LoadObjMesh(const std::string &filename, bool facevarying,
|
||||
// joints
|
||||
for (auto &item : prim.joints) {
|
||||
|
||||
std::cout << "joint -- " << item.first << "\n";
|
||||
|
||||
float bmin[4];
|
||||
float bmax[4];
|
||||
bmin[0] = bmin[1] = bmin[2] = bmin[3] = float(std::numeric_limits<uint16_t>::max());
|
||||
|
Loading…
x
Reference in New Issue
Block a user