Cleanup: Fix typo in comment

This commit is contained in:
Hans Goudey
2024-06-10 11:57:13 -04:00
parent 108c94f736
commit 7af444da86

View File

@@ -5607,7 +5607,7 @@ void flush_update_step(bContext *C, UpdateType update_type)
* are trivial to access from the PBVH. Updating the object's evaluated geometry bounding
* box is necessary because sculpt strokes don't cause an object reevaluation. */
mesh->tag_positions_changed_no_normals();
/* Sculpt mode does node use or recalculate face corner normals, so they are cleared. */
/* Sculpt mode does not use or recalculate face corner normals, so they are cleared. */
mesh->runtime->corner_normals_cache.tag_dirty();
}
else {