Skip to content

Commit

Permalink
gl33: fix scissor test
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Apr 11, 2024
1 parent 94e4d04 commit e54b144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/gl33/gl33.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ static void gl33_sync_viewport(void) {

void gl33_sync_scissor(void) {
bool pending_enabled =
R.scissor.pending.x &&
R.scissor.pending.y &&
R.scissor.pending.w &&
R.scissor.pending.h;

Expand Down

0 comments on commit e54b144

Please sign in to comment.