changeset 50:62b7c457510d

Update main.c Suppressed the warning for macOS users committer: GitHub <noreply@github.com>
author Pietro Molendys <89810437+Pedritos22@users.noreply.github.com>
date Wed, 02 Apr 2025 00:53:34 +0200
parents cc6b3eeb0ad0
children 8a9a7d020197
files src/main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.c	Wed Apr 02 00:38:48 2025 +0200
+++ b/src/main.c	Wed Apr 02 00:53:34 2025 +0200
@@ -1,4 +1,6 @@
 #include "algorithms.h"
+#define GL_SILENCE_DEPRECATION
+
 
 
 int window_width = 1920;