Remove obsolete usleep call in gl_draw.c

This commit is contained in:
hasufell 2014-05-16 15:09:27 +02:00
parent 852cb7cca5
commit 8ec744867c
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 1 deletions

View File

@ -482,7 +482,6 @@ void animate()
day = 0;
}
usleep(30000); /* some very basic VScny to see the movement better */
glutPostRedisplay();
}