Fixed Linux Support

This commit is contained in:
Colton Staiduhar
2026-03-25 16:39:11 -04:00
parent fce7c5f8f0
commit 6aba4de2f0
4 changed files with 9 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
#if defined(use_freeglut)
# include <glad/glad.h>
# define FREEGLUT_STATIC
# include <gl/freeglut.h>
# include <GL/freeglut.h>
#else
# include <GLUT/glut.h>
#endif