Fixed typo

This commit is contained in:
AlexandreRouma 2022-01-22 19:22:58 +01:00
parent 9d7c1369ca
commit c1685a441c

View File

@ -3,7 +3,7 @@
#if defined(_WIN32) #if defined(_WIN32)
#include <windows.h> #include <windows.h>
#include <GL/gl.h> #include <GL/gl.h>
#elif define(__APPLE__) #elif defined(__APPLE__)
#include <OpenGL/gl.h> #include <OpenGL/gl.h>
#else #else
#include <GL/gl.h> #include <GL/gl.h>