Ver código fonte

Update rlgl.h

pull/5323/head
Ray 3 meses atrás
pai
commit
9ed785c2e1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Ver arquivo

@ -4278,7 +4278,7 @@ unsigned int rlCompileShader(const char *shaderCode, int type)
// Unload object allocated by glCreateShader(),
// despite failing in the compilation process
glDeleteShader(shaderId);
shader = 0;
shaderId = 0;
}
else
{

Carregando…
Cancelar
Salvar