Skip to content

Commit b9f67f1

Browse files
committed
restore default procaddress on cubescape
1 parent a23046f commit b9f67f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/examples/cubescape/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ int main(int, char *[])
9696

9797
glfwMakeContextCurrent(window);
9898

99-
glbinding::initialize(nullptr, false); // only resolve functions that are actually used (lazy)
99+
glbinding::initialize(glfwGetProcAddress, false); // only resolve functions that are actually used (lazy)
100100
glbinding::aux::enableGetErrorCallback();
101101

102102
// print some gl infos (query)

0 commit comments

Comments
 (0)