summaryrefslogtreecommitdiff
path: root/examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2019-10-03 09:25:54 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2019-10-03 09:25:54 -0700
commit2caf4505f0e750a649202dd07e2715b6a6e54ac9 (patch)
tree5294c027495b5346522cc19520e3c765b5441ab9 /examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp
parent9a6c6a3fb493e47febfccad71b4ed2c15d953380 (diff)
downloadbullet3-2caf4505f0e750a649202dd07e2715b6a6e54ac9.tar.gz
pybullet: suppress debug printf (obj texture coordinate out-of-range)
Diffstat (limited to 'examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp')
-rw-r--r--examples/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}