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/draw/intern/draw_manager_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_manager_exec.c b/source/blender/draw/intern/draw_manager_exec.c
index 3b5b06c94d4..8ac2f61ad26 100644
--- a/source/blender/draw/intern/draw_manager_exec.c
+++ b/source/blender/draw/intern/draw_manager_exec.c
@@ -740,6 +740,7 @@ static void draw_update_uniforms(DRWShadingGroup *shgroup,
/* Ensure uniform arrays copied. */
BLI_assert(current_array_index == 0);
BLI_assert(current_uniform_array_loc == -1);
+ UNUSED_VARS_NDEBUG(current_uniform_array_loc);
}
BLI_INLINE void draw_select_buffer(DRWShadingGroup *shgroup,