Skip to content

Commit

Permalink
fixed makefile for crossplatform and glversioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Aug 25, 2023
1 parent e4da2e5 commit 40dcfd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#endif

#if !defined(RFONT_RENDER_LEGACY) && !defined(RFONT_RENDER_RLGL) && defined(_WIN32)
#define GLAD_MALLOC RL_MALLOC
#define GLAD_FREE RL_FREE
#define GLAD_MALLOC malloc
#define GLAD_FREE free

#define GLAD_GL_IMPLEMENTATION
#include "glad.h"
Expand Down

0 comments on commit 40dcfd0

Please sign in to comment.