fix force_s3tc_enable option

This commit is contained in:
Mrc Gran 2007-10-10 09:15:42 -06:00 committed by Brian
parent b182613f2f
commit de3073d377
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,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" );
}