Skip to content

Commit

Permalink
Merge pull request #326 from yjh-styx/master
Browse files Browse the repository at this point in the history
fix egl debug stub name
  • Loading branch information
ptitSeb authored Jul 26, 2021
2 parents 25c65d0 + 21a45ff commit 3706348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egl/lookup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

extern void *gl4es_glXGetProcAddress(const char *name);

void glXStub(void *x, ...) {
void eglStub(void *x, ...) {
return;
}

Expand Down

0 comments on commit 3706348

Please sign in to comment.