Cleanup: Unused variable in release build warning

This commit is contained in:
Sergey Sharybin 2022-03-31 09:26:46 +02:00
parent 92f2b77e78
commit 0d223f6aca
1 changed files with 1 additions and 0 deletions

View File

@ -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,