1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-12-27 19:29:09 +01:00
parent b66e1de97c
commit 45df65eb91

View File

@ -366,7 +366,7 @@ GLFWAPI void glfwSetMonitorCallback(GLFWmonitorfun cbfun)
return;
}
_glfwLibrary.monitorCallback= cbfun;
_glfwLibrary.monitorCallback = cbfun;
}