diff -abBdpuNPr --exclude='*.svn' irrlicht-svn-ss/trunk/include/ITexture.h Irrlicht_starsonata/include/ITexture.h --- irrlicht-svn-ss/trunk/include/ITexture.h 2007-07-26 02:11:22.000000000 +0200 +++ Irrlicht_starsonata/include/ITexture.h 2008-05-07 18:18:52.000000000 +0200 @@ -81,7 +86,7 @@ inline E_TEXTURE_CREATION_FLAG getTextur return ETCF_ALWAYS_32_BIT; if (flags & ETCF_OPTIMIZED_FOR_QUALITY) return ETCF_OPTIMIZED_FOR_QUALITY; - return ETCF_OPTIMIZED_FOR_SPEED; + return ETCF_OPTIMIZED_FOR_QUALITY; }