]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
enable nonpoweroftwo support again (accidentalyl had it && 0'ed for testing)
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 10:34:39 +0000 (10:34 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 5 Apr 2009 10:34:39 +0000 (10:34 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8870 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 4c0ea51f4f7ec79d50d514a4ccb666d91d425db0..790887330f41d4d72d1f532caa10c480a8d863f2 100644 (file)
@@ -1643,7 +1643,7 @@ static void SCR_SetLoadingScreenTexture()
 
        SCR_ClearLoadingScreenTexture();
 
 
        SCR_ClearLoadingScreenTexture();
 
-       if (gl_support_arb_texture_non_power_of_two && 0)
+       if (gl_support_arb_texture_non_power_of_two)
        {
                w = vid.width; h = vid.height;
                loadingscreentexture_w = loadingscreentexture_h = 1;
        {
                w = vid.width; h = vid.height;
                loadingscreentexture_w = loadingscreentexture_h = 1;