Skip to content

Commit

Permalink
Fixed spurious loading
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Mar 7, 2017
1 parent 24bc6a9 commit 1d3c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glumpy/ext/glfw.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def _get_library_search_paths():


# Load it
_glfw = ctypes.CDLL(_glfw_file)
# _glfw = ctypes.CDLL(_glfw_file)


# Ensure it's new enough
Expand Down

0 comments on commit 1d3c640

Please sign in to comment.