mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-23 12:42:36 +00:00
Minor thingy.
This commit is contained in:
parent
f7c26897c9
commit
f06d516e19
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
|
|||
if (fbo) {
|
||||
VectorCopy(backEnd.currentEntity->e.origin, backEnd.sunFlarePos);
|
||||
// switch FBO
|
||||
R_FBO_Bind(tr.fbo.fbos[1]);
|
||||
R_FBO_Bind(tr.fbo.full[1]);
|
||||
qglDepthRange(1.f, 1.f);
|
||||
if (glRefConfig.occlusionQuery && !inQuery && !backEnd.hasSunFlare) {
|
||||
inQuery = qtrue;
|
||||
|
|
Loading…
Reference in a new issue