diff --git a/wrap/gl/trimesh.h b/wrap/gl/trimesh.h index 44863fbe..a0d44302 100644 --- a/wrap/gl/trimesh.h +++ b/wrap/gl/trimesh.h @@ -792,7 +792,7 @@ void DrawFlatWire() glColorMaterial(GL_FRONT_AND_BACK,GL_AMBIENT_AND_DIFFUSE); //glColorMaterial(GL_FRONT,GL_DIFFUSE); glColor3f(.3f,.3f,.3f); - DrawWire(); + DrawWire(); glPopAttrib(); //glDepthRange(0,1.0f); }