NV fixes.

This commit is contained in:
Andrei Drexler 2011-03-27 14:56:06 +00:00
parent bf7eadf929
commit 61f08e2ddd
1 changed files with 3 additions and 3 deletions

View File

@ -664,12 +664,12 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
RF_SUNFLARE == (backEnd.refdef.entities[oldEntityNum].e.renderfx & RF_SUNFLARE) &&
0 == (backEnd.refdef.entities[entityNum].e.renderfx & RF_SUNFLARE))
{
R_FBO_Bind(fbo);
qglDepthRange(depth[0], depth[1]);
if (inQuery) {
inQuery = qfalse;
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
}
R_FBO_Bind(fbo);
qglDepthRange(depth[0], depth[1]);
}
if ( entityNum != ENTITYNUM_WORLD ) {
@ -794,11 +794,11 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
RB_EndSurface();
}
R_FBO_Bind(fbo);
if (inQuery) {
inQuery = qfalse;
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
}
R_FBO_Bind(fbo);
// go back to the world modelview matrix