Remove obsolete usleep call in gl_draw.c
This commit is contained in:
parent
852cb7cca5
commit
8ec744867c
@ -482,7 +482,6 @@ void animate()
|
||||
day = 0;
|
||||
}
|
||||
|
||||
usleep(30000); /* some very basic VScny to see the movement better */
|
||||
glutPostRedisplay();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user