Skip to content

Commit

Permalink
Remove duplicate texture gather check
Browse files Browse the repository at this point in the history
  • Loading branch information
VReaperV committed Aug 8, 2024
1 parent 7b4d9bb commit 2ed3174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/renderer/tr_backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4892,7 +4892,7 @@ static void RB_RenderView( bool depthPass )
RB_RenderDrawSurfaces( shaderSort_t::SS_ENVIRONMENT_FOG, shaderSort_t::SS_OPAQUE, DRAWSURFACES_ALL );
}

if ( r_ssao->integer && GLEW_ARB_texture_gather ) {
if ( r_ssao->integer ) {
RB_RenderSSAO();
}

Expand Down

0 comments on commit 2ed3174

Please sign in to comment.