From: havoc Date: Thu, 14 Apr 2011 17:33:02 +0000 (+0000) Subject: undo an accidental r_test commit in vid_sdl.c X-Git-Tag: xonotic-v0.6.0~163^2~487 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=1b94bbb1a2eb689286a262ffa1baee2ae635250a;ds=sidebyside undo an accidental r_test commit in vid_sdl.c git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11059 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_sdl.c b/vid_sdl.c index 5302620f..fa35ea55 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -2520,7 +2520,7 @@ void VID_Finish (void) case RENDERPATH_SOFT: DPSOFTRAST_Finish(); #if SETVIDEOMODE - if (!r_test.integer) +// if (!r_test.integer) { SDL_BlitSurface(vid_softsurface, NULL, screen, NULL); SDL_Flip(screen);