Disable dithering.

This commit is contained in:
Roz K 2022-12-31 11:50:09 +01:00
parent 7706fe3a26
commit 38a692bc42
Signed by: roz
GPG Key ID: 51FBF4E483E1C822
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void rk_render_initialize(
}
glDisable(GL_BLEND);
glEnable(GL_DITHER);
glDisable(GL_DITHER);
glEnable(GL_DEPTH_TEST);
glDisable(GL_SCISSOR_TEST);
glDisable(GL_STENCIL_TEST);