Skip to content

Commit

Permalink
brew-volley: remove dithering configuration.
Browse files Browse the repository at this point in the history
Not useful for 32-bit rendering, and can only create alpha issues
when attempting to add semi transparency effects.
  • Loading branch information
rasky committed Nov 16, 2024
1 parent edfdf87 commit a2c2f9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/brew-volley/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ void render(int cur_frame)
rdpq_set_mode_standard();
rdpq_mode_filter(FILTER_BILINEAR);
rdpq_mode_alphacompare(1);
rdpq_mode_dithering(DITHER_SQUARE_SQUARE);
rdpq_mode_antialias(false);
rdpq_mode_blender(RDPQ_BLENDER_MULTIPLY);

Expand Down

0 comments on commit a2c2f9f

Please sign in to comment.