Explorar o código

Make cursor test wait by default

Camilla Berglund %!s(int64=9) %!d(string=hai) anos
pai
achega
4adbeced25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/cursor.c

+ 1 - 1
tests/cursor.c

@@ -47,7 +47,7 @@
 static double cursor_x;
 static double cursor_y;
 static int swap_interval = 1;
-static int wait_events = GLFW_FALSE;
+static int wait_events = GLFW_TRUE;
 static int animate_cursor = GLFW_FALSE;
 static int track_cursor = GLFW_FALSE;
 static GLFWcursor* standard_cursors[6];