Skip to content

Commit

Permalink
Update RGL.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley authored Jan 9, 2024
1 parent 3bb2789 commit 4100e5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/RGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -1396,8 +1396,7 @@ int RGL_loadGL3(RGLloadfunc proc) {
glGenBuffersSRC == NULL ||
glBindVertexArraySRC == NULL ||
glGetUniformLocationSRC == NULL ||
glUniformMatrix4fvSRC == NULL ||
glDebugMessageCallbackSRC == NULL
glUniformMatrix4fvSRC == NULL
)
return 1;

Expand Down

0 comments on commit 4100e5d

Please sign in to comment.