Browse Source

Fix mistake in pr #3572 (#3587)

pull/3588/head
Peter0x44 2 years ago
committed by GitHub
parent
commit
ef5069862d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h View File

@ -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

Loading…
Cancel
Save