aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d6686c3..2ab5b1f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,6 +18,8 @@ int main()
while(!WindowShouldClose()){
update_textures();
+ update_shaders();
+
ClearBackground(WHITE);
BeginDrawing();
DrawText("Wow, boilerplate, my favorite.", 4, 4, 20, BLACK);