summaryrefslogtreecommitdiff
path: root/base/opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/opengl.c')
-rw-r--r--base/opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/opengl.c b/base/opengl.c
index 641a2a0..23cbecd 100644
--- a/base/opengl.c
+++ b/base/opengl.c
@@ -68,7 +68,7 @@ static void opengl_setup(const char *vertex_shader_src, const char *fragment_sha
// Calculations for the shader.
state.contrast = 1.0f;
- state.saturation = 0.3f;
+ state.saturation = 0.0f;
state.brightness = 1.0f;
CrtsTone(state.tone_data, state.contrast, state.saturation, INPUT_THIN, INPUT_MASK); // NOTE(peter): Move this into the mainloop if change of contrast/saturation is added as an interactive thing.