diff options
Diffstat (limited to 'dxftess-glu.cc')
-rw-r--r-- | dxftess-glu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxftess-glu.cc b/dxftess-glu.cc index 57eb704..9e5f530 100644 --- a/dxftess-glu.cc +++ b/dxftess-glu.cc @@ -95,6 +95,7 @@ static void STDCALL tess_end(void) static void STDCALL tess_error(GLenum errno) { + fprintf(stderr, "GLU tesselation error %s", gluErrorString(errno)); PRINTF("GLU tesselation error %s", gluErrorString(errno)); } |