mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
progs/tests: re-enable exit() call
See bug 21267.
This commit is contained in:
parent
3b96db337d
commit
375a6b4c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ Init( void )
|
|||
|
||||
if (!glutExtensionSupported("GL_EXT_framebuffer_object")) {
|
||||
printf("GL_EXT_framebuffer_object not found!\n");
|
||||
/*exit(0);*/
|
||||
exit(0);
|
||||
}
|
||||
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue