On Wed, Aug 23, 2006 at 12:41:48PM +0000, Vitaly Alexeev wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Vitaly Alexeev <alexeev> 06/08/23 12:41:48 > > Modified files: > backend : render_handler_ogl.cpp > > Log message: > commented assert(bi->m_texture_id);
A commit log message stating the "why" would be more useful. I'm a big fan of assertions as they help you keeping the code more stable. I've personally never experienced that assertion to fail on my system, so I'd keep it, unless it's really wrong. --strk; _______________________________________________ Gnash-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/gnash-commit
