Explorar el Código

Revert "Fix #3246"

This reverts commit e4dcbd5180.
pull/3255/head
Ray hace 1 año
padre
commit
5a33f19964
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/rlgl.h

+ 0
- 1
src/rlgl.h Ver fichero

@ -2945,7 +2945,6 @@ bool rlCheckRenderBatchLimit(int vCount)
unsigned int rlLoadTexture(const void *data, int width, int height, int format, int mipmapCount)
{
unsigned int id = 0;
if (data == NULL) return id;
glBindTexture(GL_TEXTURE_2D, 0); // Free any old binding

Cargando…
Cancelar
Guardar