From 39ff84c947e76086beeadfac4275e9cc0601aba8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 8 May 2023 09:08:09 +0200 Subject: [PATCH] typo --- src/manif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manif.c b/src/manif.c index a3331c6..15b06bf 100644 --- a/src/manif.c +++ b/src/manif.c @@ -21,8 +21,8 @@ void manif(int state) { } static void init(void) { - _pId = gl4duCreateProgram("shaders/lights.vs", "shaders/lights.fs", - NULL); + _pId = + gl4duCreateProgram("shaders/manif.vs", "shaders/manif.fs", NULL); gl4duGenMatrix(GL_FLOAT, "proj"); gl4duGenMatrix(GL_FLOAT, "mod");