diff --git a/source/common/helper_gl.h b/source/common/helper_gl.h index e076e5d..e919c35 100644 --- a/source/common/helper_gl.h +++ b/source/common/helper_gl.h @@ -241,7 +241,6 @@ namespace __HelperGL { #define SDK_CHECK_ERROR_GL() \ if( false == sdkCheckErrorGL( __FILE__, __LINE__)) { \ - DEVICE_RESET \ exit(EXIT_FAILURE); \ }