Merge branch 'master' into sdl2

This commit is contained in:
Zack Middleton 2013-11-26 16:57:10 -06:00
commit ad514c9689
20 changed files with 515 additions and 439 deletions

View file

@ -737,6 +737,10 @@ void RE_StretchRaw (int x, int y, int w, int h, int cols, int rows, const byte *
}
R_IssuePendingRenderCommands();
if ( tess.numIndexes ) {
RB_EndSurface();
}
// we definately want to sync every frame for the cinematics
qglFinish();