From 52c5aa2d555ab2b7350fafaf1fd24574af06681c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 27 May 2023 03:09:38 +0200 Subject: [PATCH] fix --- src/manif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manif.c b/src/manif.c index 8fed2db..f6be269 100644 --- a/src/manif.c +++ b/src/manif.c @@ -158,7 +158,6 @@ static void draw(void) { glUniform1i(glGetUniformLocation(_pId[0], "shadowmap"), 0); deplacement += (float)(0.4 * M_PI * dt); - glBindTexture(GL_TEXTURE_2D, 0); glUseProgram(0); glDisable(GL_DEPTH_TEST);