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:
authorCampbell Barton <ideasman42@gmail.com>2013-11-04 15:27:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-04 15:27:11 +0400
commit3b91a77c7de1e93ce14ab5c8ea45729102985a98 (patch)
treeee41450d8ef7f59c4889142163643fa35cb27943 /source/blender/compositor
parenta1d553a8f388f1e4064b5c80dd9a9621d8172eb3 (diff)
code cleanup: typo in function name
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/operations/COM_MaskOperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_MaskOperation.cpp b/source/blender/compositor/operations/COM_MaskOperation.cpp
index 39f4302dec9..85df691ee29 100644
--- a/source/blender/compositor/operations/COM_MaskOperation.cpp
+++ b/source/blender/compositor/operations/COM_MaskOperation.cpp
@@ -75,7 +75,7 @@ void MaskOperation::initExecution()
masklay;
masklay = masklay->next)
{
- masklay_shape = BKE_mask_layer_shape_varify_frame(masklay, this->m_frame_number);
+ masklay_shape = BKE_mask_layer_shape_verify_frame(masklay, this->m_frame_number);
BKE_mask_layer_shape_from_mask(masklay, masklay_shape);
}
}