]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
undo an accidental r_test commit in vid_sdl.c
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Apr 2011 17:33:02 +0000 (17:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Apr 2011 17:33:02 +0000 (17:33 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11059 d7cf8633-e32d-0410-b094-e92efae38249

vid_sdl.c

index 5302620fe46fb3ef57dc3c53c20313069cd8e0fa..fa35ea55d91e26f31e755c797d75557eecc3d11a 100644 (file)
--- a/vid_sdl.c
+++ b/vid_sdl.c
@@ -2520,7 +2520,7 @@ void VID_Finish (void)
                case RENDERPATH_SOFT:
                        DPSOFTRAST_Finish();
 #if SETVIDEOMODE
                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);
                {
                        SDL_BlitSurface(vid_softsurface, NULL, screen, NULL);
                        SDL_Flip(screen);