diff options
| author | Ray <[email protected]> | 2023-08-19 20:09:43 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-08-19 20:09:43 +0200 |
| commit | 5a33f19964c845fd891342a6291f082e82ed2bf4 (patch) | |
| tree | cb80ffbfe6b12be3f42322537aff3552fd9239f2 /src | |
| parent | e4dcbd518091a5854a517ea4cfc3f7e2d29de1a7 (diff) | |
| download | raylib-5a33f19964c845fd891342a6291f082e82ed2bf4.tar.gz raylib-5a33f19964c845fd891342a6291f082e82ed2bf4.zip | |
Revert "Fix #3246"
This reverts commit e4dcbd518091a5854a517ea4cfc3f7e2d29de1a7.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rlgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
