Skip to content

Commit

Permalink
Revert "Fix #3246"
Browse files Browse the repository at this point in the history
This reverts commit e4dcbd5.
  • Loading branch information
raysan5 committed Aug 19, 2023
1 parent e4dcbd5 commit 5a33f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rlgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5a33f19

Please sign in to comment.