Ver código fonte

Update rlgl.h

pull/2622/head
Ray 2 anos atrás
pai
commit
dd455c626e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver arquivo

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

Carregando…
Cancelar
Salvar