X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_agl.c;h=c5c55fa2b710ffc72d34e009abe5a0acedbf1908;hp=8586ef07e7c8fdf7e71520133e41316e1ff5966c;hb=a26b4a77c05fcb30bab5e089c228e931ef76fa65;hpb=f030a600c5630b8f63f68ea819a5a4ad52133bcf diff --git a/vid_agl.c b/vid_agl.c index 8586ef07..c5c55fa2 100644 --- a/vid_agl.c +++ b/vid_agl.c @@ -219,7 +219,7 @@ void VID_Finish (void) Con_Printf("ERROR: can't %s vsync\n", vid_usevsync ? "activate" : "deactivate"); } - if (r_render.integer) + if (!vid_hidden) { CHECKGLERROR if (r_speeds.integer == 2 || gl_finish.integer)