Skip to content

Commit

Permalink
Fix mistake in pr #3572 (#3587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter0x44 authored Nov 30, 2023
1 parent e9ddb15 commit ef50698
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 ef50698

Please sign in to comment.