fix force_s3tc_enable option

This commit is contained in:
Mrc Gran 2007-10-10 09:15:42 -06:00 committed by Brian
parent b7c36d1d33
commit 2ec8e8547d

View file

@ -487,7 +487,7 @@ GLboolean intelInitContext( struct intel_context *intel,
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
_mesa_enable_extension( ctx, "GL_S3_s3tc" );
}
else if (driQueryOptionb (&intelScreen->optionCache, "force_s3tc_enable")) {
else if (driQueryOptionb (&intel->optionCache, "force_s3tc_enable")) {
_mesa_enable_extension( ctx, "GL_EXT_texture_compression_s3tc" );
}