Tilgovi
03-03-2001, 04:24 PM
I know the solution to the crash-on-quit errors people are having.
As one person said, if you call glutIdleFunc(NULL); it will prevent the crash-on-exit. So the answer is simple:
call glutIdleFunc(myIdleFunc); and right before the end of main() put glutIdleFunc(NULL);
It works.
-Tilgovi
As one person said, if you call glutIdleFunc(NULL); it will prevent the crash-on-exit. So the answer is simple:
call glutIdleFunc(myIdleFunc); and right before the end of main() put glutIdleFunc(NULL);
It works.
-Tilgovi