Fixed cursor sometimes not being set.

This commit is contained in:
Camilla Berglund
2014-12-30 21:55:20 +01:00
parent e480c76a11
commit 54a1fad13b
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -62,7 +62,6 @@ typedef struct _GLFWwindowNS
id delegate;
id view;
unsigned int modifierFlags;
int cursorInside;
} _GLFWwindowNS;