summaryrefslogtreecommitdiffstats
path: root/matchblox/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/main.cpp')
-rw-r--r--matchblox/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/matchblox/main.cpp b/matchblox/main.cpp
index a7cbedb..32dbd27 100644
--- a/matchblox/main.cpp
+++ b/matchblox/main.cpp
@@ -139,6 +139,7 @@ int main(int argc, char **argv)
glutSpecialFunc(process_special_keys);
glutMouseFunc(process_mouse);
glutPassiveMotionFunc(process_passive_mouse);
+ glutSetCursor(GLUT_CURSOR_NONE);
init_gl();
MenuInit(SCREEN_WIDTH, SCREEN_HEIGHT);