]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 15 Oct 2005 15:36:36 +0000 (15:36 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 15 Oct 2005 15:36:36 +0000 (15:36 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5739 d7cf8633-e32d-0410-b094-e92efae38249

r_shadow.c

index 9948cdb2600b3e9d121e655ab0452c212e30ba11..a6570c6dd646d6fa4575e35881160902b5b496f8 100644 (file)
@@ -502,7 +502,7 @@ void r_shadow_start(void)
                        if (i & SHADERPERMUTATION_GEFORCEFX)
                        {
                                // if the extension does not exist, don't try to compile it
-                               if (!gl_support_halffloat)
+                               if (!gl_support_half_float)
                                        continue;
                                vertstrings_list[vertstrings_count++] = "#define GEFORCEFX\n";
                                fragstrings_list[fragstrings_count++] = "#define GEFORCEFX\n";