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:
-rw-r--r--source/blender/gpu/gawain/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/gawain/common.h b/source/blender/gpu/gawain/common.h
index 41ce8c22936..ecfda7134ab 100644
--- a/source/blender/gpu/gawain/common.h
+++ b/source/blender/gpu/gawain/common.h
@@ -11,7 +11,7 @@
#pragma once
-#define TRUST_NO_ONE defined(NDEBUG)
+#define TRUST_NO_ONE !defined(NDEBUG)
#include <GL/glew.h>
#include <stdbool.h>