Skip to content

Commit

Permalink
try disabling depth test
Browse files Browse the repository at this point in the history
  • Loading branch information
walkawayy committed Jan 22, 2025
1 parent 7350593 commit 558d786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libtrx/gfx/renderers/fbo_renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ static void M_Render(GFX_RENDERER *renderer)
glEnable(GL_BLEND);
}

if (depth_test) {
glEnable(GL_DEPTH_TEST);
}
// if (depth_test) {
// glEnable(GL_DEPTH_TEST);
// }
GFX_GL_CheckError();
}

Expand Down

0 comments on commit 558d786

Please sign in to comment.