FIX: web and android compilation

This commit is contained in:
2026-04-04 14:26:57 +03:00
parent c70cd428fd
commit ce52bfd35c

View File

@@ -17,8 +17,8 @@
#import <OpenGLES/ES1/gl.h> #import <OpenGLES/ES1/gl.h>
#import <OpenGLES/ES1/glext.h> #import <OpenGLES/ES1/glext.h>
#elif defined(ANDROID) || defined(__EMSCRIPTEN__) #elif defined(ANDROID) || defined(__EMSCRIPTEN__)
#import <OpenGLES/ES1/gl.h> #import <GLES/gl.h>
#import <OpenGLES/ES1/glext.h> #import <GLES/glext.h>
#else #else
#include <glad/glad.h> #include <glad/glad.h>