From ddf5132b88aabed7ace9c6756254d63e4a1b7ca8 Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 5 Apr 2009 10:34:39 +0000 Subject: [PATCH] enable nonpoweroftwo support again (accidentalyl had it && 0'ed for testing) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8870 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.c b/cl_screen.c index 4c0ea51f..79088733 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -1643,7 +1643,7 @@ static void SCR_SetLoadingScreenTexture() 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; -- 2.39.2