From c53ffda8a496989c4e523085ed5440e89b59001c Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Mon, 27 Sep 2021 13:29:53 -0500 Subject: Cleanup: Fix incorrect comments --- source/blender/modifiers/intern/MOD_nodes.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_nodes.cc b/source/blender/modifiers/intern/MOD_nodes.cc index 6e930e391d0..d5dcf88b914 100644 --- a/source/blender/modifiers/intern/MOD_nodes.cc +++ b/source/blender/modifiers/intern/MOD_nodes.cc @@ -877,8 +877,6 @@ static void store_output_value_in_geometry(GeometrySet &geometry_set, /** * Evaluate a node group to compute the output geometry. - * Currently, this uses a fairly basic and inefficient algorithm that might compute things more - * often than necessary. It's going to be replaced soon. */ static GeometrySet compute_geometry(const DerivedNodeTree &tree, Span group_input_nodes, -- cgit v1.2.3