Commit: 29c738258b5771b9f56a02b0ba10514cf1e5fb10
Author: Dalai Felinto
Date:   Mon Apr 10 09:33:57 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB29c738258b5771b9f56a02b0ba10514cf1e5fb10

GL stubs: no need to assert when calling deprecated calls

===================================================================

M       source/blender/gpu/GPU_legacy_stubs.h

===================================================================

diff --git a/source/blender/gpu/GPU_legacy_stubs.h 
b/source/blender/gpu/GPU_legacy_stubs.h
index c1da1ec7cef..4718789e6f2 100644
--- a/source/blender/gpu/GPU_legacy_stubs.h
+++ b/source/blender/gpu/GPU_legacy_stubs.h
@@ -53,7 +53,7 @@
  */
 static void gl_deprecated(void)
 {
-       BLI_assert(false);
+       BLI_assert(true);
 }
 
 #define _GL_BOOL _GL_PREFIX GLboolean

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to