fix: unclosed #if

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-01-18 19:44:58 -05:00
parent 3549f03fac
commit 038b10a9fe
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -108,6 +108,7 @@ typedef int APP_GLboolean;
typedef int APP_GLsizeiptr; typedef int APP_GLsizeiptr;
typedef int APP_GLbitfield; typedef int APP_GLbitfield;
#endif
#endif #endif
#ifdef APP_REPORT_SHADER_ERRORS #ifdef APP_REPORT_SHADER_ERRORS
@ -184,4 +185,3 @@ struct app_internal_opengl_t {
APP_GLuint shader; APP_GLuint shader;
}; };
#endif #endif
#endif