Correct a BOOL

This commit is contained in:
Clownacy 2020-04-15 20:32:49 +01:00
parent 0653c20ba4
commit d7733004d0

View file

@ -15,7 +15,7 @@
GLFWwindow *window;
bool WindowBackend_OpenGL_CreateWindow(const char *window_title, int *screen_width, int *screen_height, BOOL fullscreen)
bool WindowBackend_OpenGL_CreateWindow(const char *window_title, int *screen_width, int *screen_height, bool fullscreen)
{
#ifdef USE_OPENGLES2
glfwWindowHint(GLFW_CLIENT_API, GLFW_OPENGL_ES_API);