From: divverent Date: Sun, 5 Apr 2009 10:34:39 +0000 (+0000) Subject: enable nonpoweroftwo support again (accidentalyl had it && 0'ed for testing) X-Git-Tag: xonotic-v0.1.0preview~1737 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=ddf5132b88aabed7ace9c6756254d63e4a1b7ca8 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 --- 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;