16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 14:39:18 +02:00

przywrócenie auto iconify, fix f1

This commit is contained in:
VB
2017-02-27 17:48:26 +01:00
parent 82109b03be
commit 5a8c158dca
2 changed files with 3 additions and 4 deletions

View File

@@ -152,7 +152,6 @@ int main(int argc, char *argv[])
glfwWindowHint(GLFW_BLUE_BITS, vmode->blueBits);
glfwWindowHint(GLFW_REFRESH_RATE, vmode->refreshRate);
glfwWindowHint(GLFW_AUTO_ICONIFY, GLFW_FALSE);
glfwWindowHint(GLFW_SAMPLES, Global::iMultisampling);
GLFWwindow *window =