GL stubs: no need to assert when calling deprecated calls
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
*/
|
||||
static void gl_deprecated(void)
|
||||
{
|
||||
BLI_assert(false);
|
||||
BLI_assert(true);
|
||||
}
|
||||
|
||||
#define _GL_BOOL _GL_PREFIX GLboolean
|
||||
|
Reference in New Issue
Block a user