fix the check for force_s3tc_enable (bug 8042)

This commit is contained in:
Brian Paul
2006-08-28 15:16:36 +00:00
parent b9ac4afff7
commit e365b82be1
+1 -1
View File
@@ -399,7 +399,7 @@ GLboolean intelInitContext( intelContextPtr 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" );
}