Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit b36c6bb

Browse files
Fixed glext not being returned by libraries()
1 parent 3677f74 commit b36c6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glfw_base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Lib.terminate = wrap(glfw, "glfwTerminate")
7979

8080
-- Shortcut for localizing libraries
8181
function Lib.libraries()
82-
return gl, glc, glu, glfw, glext
82+
return Lib.gl, Lib.glc, Lib.glu, Lib.glfw, Lib.glext
8383
end
8484

8585
-- Throws an error on failure

0 commit comments

Comments
 (0)