Cleanup: Remove outdated comment

Pull Request: https://projects.blender.org/blender/blender/pulls/134957
This commit is contained in:
Sean Kim
2025-02-21 23:59:20 +01:00
committed by Sean Kim
parent 9fa4112748
commit 0819e071e0

View File

@@ -1181,9 +1181,6 @@ static void restore_from_undo_step(const Depsgraph &depsgraph, const Sculpt &sd,
bke::pbvh::update_normals(depsgraph, object, *bke::object::pbvh_get(object));
break;
}
/* Disable multi-threading when dynamic-topology is enabled. Otherwise,
* new entries might be inserted by #undo::push_node() into the #GHash
* used internally by #BM_log_original_vert_co() by a different thread. See #33787. */
}
} // namespace undo