setup flake dependencies
This commit is contained in:
@@ -24,6 +24,9 @@ GLFWwindow* initialise()
|
||||
if (!glfwInit())
|
||||
{
|
||||
fprintf(stderr, "Could not start GLFW\n");
|
||||
const char* desc;
|
||||
int code = glfwGetError(&desc);
|
||||
fprintf(stderr, "GLFW error %d: %s\n", code, desc);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user