From 6f63478cf43d4c0b77cabe3f76710f2b9f0c912e Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Wed, 2 Apr 2025 12:19:38 +0200 Subject: Itsa twerking. --- base/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/opengl.c') 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. -- cgit v1.2.3