From 2caf4505f0e750a649202dd07e2715b6a6e54ac9 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 3 Oct 2019 09:25:54 -0700 Subject: [PATCH] pybullet: suppress debug printf (obj texture coordinate out-of-range) --- .../ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp b/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp index 08fa521ae..f44030f21 100644 --- a/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp +++ b/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp @@ -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; }