GL stubs: no need to assert when calling deprecated calls

This commit is contained in:
Dalai Felinto
2017-04-10 09:33:57 +02:00
parent 2482f94706
commit 29c738258b

View File

@@ -53,7 +53,7 @@
*/
static void gl_deprecated(void)
{
BLI_assert(false);
BLI_assert(true);
}
#define _GL_BOOL _GL_PREFIX GLboolean