Explorar el Código

Update rlgl.h

pull/2622/head
Ray hace 3 años
padre
commit
dd455c626e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver fichero

@ -717,7 +717,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
#include <OpenGL/glext.h> // OpenGL extensions library
#else
// APIENTRY for OpenGL function pointer declarations is required
#ifndef APIENTRY
#if !defined(APIENTRY)
#if defined(_WIN32)
#define APIENTRY __stdcall
#else

Cargando…
Cancelar
Guardar