Commented out the debug messages, added back in the audio into the xine plugin

This commit is contained in:
Robert Osfield
2005-02-09 12:29:09 +00:00
parent 50a370dc56
commit 021440b9a4
3 changed files with 7 additions and 4 deletions

View File

@@ -305,7 +305,7 @@ void TextureRectangle::applyTexImage_subload(GLenum target, Image* image, State&
glPixelStorei(GL_UNPACK_ALIGNMENT, image->getPacking());
#define DO_TIMING
// #define DO_TIMING
#ifdef DO_TIMING
osg::Timer_t start_tick = osg::Timer::instance()->tick();
osg::notify(osg::NOTICE)<<"glTexSubImage2D pixelFormat = "<<std::hex<<image->getPixelFormat()<<std::dec<<std::endl;