]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_sdl.c
undo an accidental r_test commit in vid_sdl.c
[xonotic/darkplaces.git] / 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
-               if (!r_test.integer)
+//             if (!r_test.integer)
                {
                        SDL_BlitSurface(vid_softsurface, NULL, screen, NULL);
                        SDL_Flip(screen);