update small error

This commit is contained in:
Paolo Cignoni cignoni 2006-01-18 16:14:52 +00:00
parent 5d3a4a3da5
commit 6e2766da9c

View File

@ -25,6 +25,9 @@
History
$Log$
Revision 1.21 2006/01/18 16:14:52 fmazzant
update small error
Revision 1.20 2006/01/18 16:12:58 fmazzant
updated material
@ -150,7 +153,7 @@ namespace io {
"Texture Coord not valid" // 8
};
if(error>7 || error<0) return "Unknown error";
if(error>8 || error<0) return "Unknown error";
else return obj_error_msg[error];
};