Explorar el Código

reformat line

Former-commit-id: 4176de9839424c441c3a8c06e307b80a72bfd49d
Alec Jacobson hace 10 años
padre
commit
a3662086aa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      include/igl/readOBJ.cpp

+ 2 - 1
include/igl/readOBJ.cpp

@@ -106,7 +106,8 @@ IGL_INLINE bool igl::readOBJ(
         if(count != 2 && count != 3)
         {
           fprintf(stderr,
-                  "Error: readOBJ() vertex on line %d should have 2 or 3 coordinates (%d)",
+                  "Error: readOBJ() texture coords on line %d should have 2 "
+                  "or 3 coordinates (%d)",
                   line_no,count);
           fclose(obj_file);
           return false;