Explorar el Código

Fix mistake in pr #3572 (#3587)

Peter0x44 hace 1 año
padre
commit
ef5069862d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/rlgl.h

+ 1 - 1
src/rlgl.h

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