Browse Source

Update rlgl.h

pull/5282/head
Ray 1 week ago
parent
commit
9ed785c2e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h View File

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

Loading…
Cancel
Save