macOS: gl_context is not pointer in SDL3

This commit is contained in:
Yan 2025-07-25 12:22:09 +02:00
commit 7318176da0

View file

@ -22,7 +22,7 @@ struct sc_display {
struct sc_opengl gl; struct sc_opengl gl;
#ifdef SC_DISPLAY_FORCE_OPENGL_CORE_PROFILE #ifdef SC_DISPLAY_FORCE_OPENGL_CORE_PROFILE
SDL_GLContext *gl_context; SDL_GLContext gl_context;
#endif #endif
bool mipmaps; bool mipmaps;