diff --git a/examples/brew-volley/main.c b/examples/brew-volley/main.c index 6b8fa68ae9..9a4babc6c0 100644 --- a/examples/brew-volley/main.c +++ b/examples/brew-volley/main.c @@ -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);