Skip to content

Commit

Permalink
maybe this will fix the windows/macos errors (remove func define)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 28, 2023
1 parent 4ee4191 commit f85139e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,6 @@ void RFont_opengl_getError() {

#endif

typedef void (APIENTRY *GLDEBUGPROC)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam);
void APIENTRY glDebugMessageCallback (GLDEBUGPROC callback, const void *userParam);

u32 RFont_create_atlas(u32 atlasWidth, u32 atlasHeight) {
#if defined(RFONT_DEBUG) && !defined(RFONT_RENDER_LEGACY)
glEnable(GL_DEBUG_OUTPUT);
Expand Down

0 comments on commit f85139e

Please sign in to comment.