projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0ba99
)
undo an accidental r_test commit in vid_sdl.c
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 14 Apr 2011 17:33:02 +0000
(17:33 +0000)
committer
havoc <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
patch
|
blob
|
history
diff --git
a/vid_sdl.c
b/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);