Skip to content

Commit

Permalink
Fix mistake in pr raysan5#3572
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter0x44 committed Nov 30, 2023
1 parent e9ddb15 commit 4ead2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#if defined(RLGL_IMPLEMENTATION)

// Expose OpenGL functions from glad in raylib
#if defined(BUILD_SHARED_LIBS)
#if defined(BUILD_LIBTYPE_SHARED)
#define GLAD_API_CALL_EXPORT_BUILD
#endif

Expand Down

0 comments on commit 4ead2d3

Please sign in to comment.