pybullet: suppress debug printf (obj texture coordinate out-of-range)
This commit is contained in:
@@ -111,7 +111,7 @@ GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(const tinyobj::a
|
||||
}
|
||||
else
|
||||
{
|
||||
b3Warning("obj texture coordinate out-of-range!");
|
||||
//b3Warning("obj texture coordinate out-of-range!");
|
||||
vtx2.uv[0] = 0;
|
||||
vtx2.uv[1] = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user