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:
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/FN_field.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/functions/FN_field.hh b/source/blender/functions/FN_field.hh
index 7de88f6298a..07859565a06 100644
--- a/source/blender/functions/FN_field.hh
+++ b/source/blender/functions/FN_field.hh
@@ -339,7 +339,7 @@ class FieldEvaluator : NonMovable, NonCopyable {
~FieldEvaluator()
{
/* While this assert isn't strictly necessary, and could be replaced with a warning,
- * it will catch cases where someone forgets to call #evaluate() */
+ * it will catch cases where someone forgets to call #evaluate(). */
BLI_assert(is_evaluated_);
}