pybullet: suppress debug printf (obj texture coordinate out-of-range)

This commit is contained in:
Erwin Coumans
2019-10-03 09:25:54 -07:00
parent 9a6c6a3fb4
commit 2caf4505f0

View File

@@ -111,7 +111,7 @@ GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(const tinyobj::a
} }
else else
{ {
b3Warning("obj texture coordinate out-of-range!"); //b3Warning("obj texture coordinate out-of-range!");
vtx2.uv[0] = 0; vtx2.uv[0] = 0;
vtx2.uv[1] = 0; vtx2.uv[1] = 0;
} }