[Bf-blender-cvs] [76d78c92124] geometry-nodes: Cleanup: correct comment

Jacques Lucke noreply at git.blender.org
Thu Nov 26 18:22:50 CET 2020


Commit: 76d78c92124843b8c933e3804287924c4a728c58
Author: Jacques Lucke
Date:   Thu Nov 26 18:20:46 2020 +0100
Branches: geometry-nodes
https://developer.blender.org/rB76d78c92124843b8c933e3804287924c4a728c58

Cleanup: correct comment

===================================================================

M	source/blender/blenkernel/intern/attribute_access.cc

===================================================================

diff --git a/source/blender/blenkernel/intern/attribute_access.cc b/source/blender/blenkernel/intern/attribute_access.cc
index 46ddef720a5..ff159db2ec9 100644
--- a/source/blender/blenkernel/intern/attribute_access.cc
+++ b/source/blender/blenkernel/intern/attribute_access.cc
@@ -84,7 +84,7 @@ void ReadAttribute::initialize_span() const
 WriteAttribute::~WriteAttribute()
 {
   if (array_should_be_applied_) {
-    CLOG_ERROR(&LOG, "Forgot to call apply_span_if_necessary.");
+    CLOG_ERROR(&LOG, "Forgot to call apply_span.");
   }
   if (array_is_temporary_ && array_buffer_ != nullptr) {
     cpp_type_.destruct_n(array_buffer_, size_);



More information about the Bf-blender-cvs mailing list