Merge branch 'main' into heightmaps

This commit is contained in:
MihailRis 2024-10-04 20:55:03 +03:00
commit f93c831d3f

View File

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