gl: Dont use hard assertions on error, driver reporting is so much better (#2094)

This commit is contained in:
kd-11 2016-08-24 12:31:27 +03:00 committed by raven02
parent 9beb2d8ae0
commit 8ebe9d7dc2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
namespace gl
{
#if 1//def _DEBUG
#ifdef _DEBUG
struct __glcheck_impl_t
{
const char* file;