fix: toggle fullscreen GLFW invalid enum error

This commit is contained in:
MihailRis 2024-10-04 20:51:14 +03:00
parent f63ab345ea
commit 85bea6f17d

View File

@ -343,7 +343,6 @@ void Window::toggleFullscreen() {
settings->height.get(),
GLFW_DONT_CARE
);
glfwSetWindowAttrib(window, GLFW_MAXIMIZED, GLFW_FALSE);
}
double xPos, yPos;