From e94c476437667f6f1bea7b471ceaea0744873032 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 21 May 2023 20:31:56 +0200 Subject: [PATCH] lol --- src/animations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animations.c b/src/animations.c index f6abfba..c260bec 100644 --- a/src/animations.c +++ b/src/animations.c @@ -59,7 +59,7 @@ static void zoomin_init(void) { glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, vp[2], vp[3], 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL); } - _zoomin_pId = gl4duCreateProgram("shaders/zoom_in.vs", + _zoomin_pId = gl4duCreateProgram("shaders/basic.vs", "shaders/zoom_in.fs", NULL); }