diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index 59a2c7fd..e0d889c8 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -539,6 +539,9 @@ void DrawFill() glDisable(GL_TEXTURE_2D); } } + + if(tm==TMPerWedge) + glEnable(GL_TEXTURE_2D); if(tm==TMPerVert && !TMId.empty()) // in the case of per vertex tex coord we assume that we have a SINGLE texture. {