From: Braden M. <br...@us...> - 2007-09-04 08:15:03
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19795 Modified Files: ChangeLog Log Message: Catch any exception thrown in the process of creating the image stream. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1542 retrieving revision 1.1543 diff -C2 -d -r1.1542 -r1.1543 *** ChangeLog 2 Sep 2007 18:27:55 -0000 1.1542 --- ChangeLog 4 Sep 2007 08:15:04 -0000 1.1543 *************** *** 1,2 **** --- 1,8 ---- + 2007-09-04 Braden McDaniel <br...@en...> + + * src/libopenvrml/openvrml/vrml97node.cpp + (image_texture_node::update_texture()): Catch any exception thrown + in the process of creating the image stream. + 2007-09-02 Braden McDaniel <br...@en...> |