Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-04-10 10:33:57 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-04-10 10:33:57 +0300
commit29c738258b5771b9f56a02b0ba10514cf1e5fb10 (patch)
treec0ca76b3e4580367c03450f48c9e2df1bee732e8 /source/blender/gpu/GPU_legacy_stubs.h
parent2482f9470632fb7fae6cd4e4f5d3e4c58fde1afc (diff)
GL stubs: no need to assert when calling deprecated calls
Diffstat (limited to 'source/blender/gpu/GPU_legacy_stubs.h')
-rw-r--r--source/blender/gpu/GPU_legacy_stubs.h2
1 files changed, 1 insertions, 1 deletions
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