Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GlfwInit should be inside an if statement #344

Open
frederikja163 opened this issue Jul 7, 2023 · 0 comments
Open

GlfwInit should be inside an if statement #344

frederikja163 opened this issue Jul 7, 2023 · 0 comments

Comments

@frederikja163
Copy link

glfwInit should be placed inside an if statement like so

if (!glfwInit()){
    // Handle glfw error.
}

To handle the glfw error it might be best to throw an exception. Might aswell teach glfw best practices from day 1 :)
https://www.glfw.org/docs/3.3/quick.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant