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/blenkernel/intern/mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c
index b1292a1c94d..e99670fc488 100644
--- a/source/blender/blenkernel/intern/mesh.c
+++ b/source/blender/blenkernel/intern/mesh.c
@@ -643,7 +643,7 @@ static int customdata_compare(
const MPropCol *l2_data = l2->data;
for (int i = 0; i < total_length; i++) {
- for (int j = 0; j < 4; j++) {
+ for (j = 0; j < 4; j++) {
if (fabsf(l1_data[i].color[j] - l2_data[i].color[j]) > thresh) {
return MESHCMP_ATTRIBUTE_VALUE_MISMATCH;
}