Skip to content

Commit

Permalink
FIX #27 Load libOpenGL instead of libGL for egl platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 29, 2019
1 parent 4f9cb46 commit 8f8d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenGL/platform/egl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def GL(self):
try:
return ctypesloader.loadLibrary(
ctypes.cdll,
'GL',
'OpenGL',
mode=ctypes.RTLD_GLOBAL
)
except OSError:
Expand Down

0 comments on commit 8f8d3e8

Please sign in to comment.