Formatting.

This commit is contained in:
Camilla Berglund 2012-08-12 13:36:52 +02:00
parent c8c36f6ec0
commit d8ccf5d272

View File

@ -43,9 +43,7 @@ static void set_swap_interval(GLFWwindow window, int interval)
swap_interval = interval; swap_interval = interval;
glfwSwapInterval(swap_interval); glfwSwapInterval(swap_interval);
sprintf(title, sprintf(title, "Tearing detector (interval %i)", swap_interval);
"Tearing detector (interval %i)",
swap_interval);
glfwSetWindowTitle(window, title); glfwSetWindowTitle(window, title);
} }