From 973faf0cbc1e7c0e90a535b40e1a08c479f02cc4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 May 2023 16:46:22 +0200 Subject: [PATCH] comments --- src/manif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manif.c b/src/manif.c index 59c5f3b..32984c8 100644 --- a/src/manif.c +++ b/src/manif.c @@ -43,7 +43,7 @@ static void draw(void) { static double t0 = 0; double dt = get_dt(&t0, GL_TRUE); - glClearColor(0.2f, 0.2f, 0.8f, 1); + glClearColor(0.2f, 0.2f, 0.8f, 1); // couleur ciel glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glUseProgram(_pId);