Cleanup: Fix typo in comment

Added by mistake in 6718afdc8a.
This commit is contained in:
Hans Goudey 2022-08-24 11:25:04 -04:00
parent 5d4d5a2162
commit fc26e3fe19
1 changed files with 1 additions and 1 deletions

View File

@ -1333,7 +1333,7 @@ void BKE_displist_make_curveTypes(Depsgraph *depsgraph,
if (geometry.has_curves()) {
/* Create a copy of the original curve and add necessary pointers to evaluated and edit mode
* data. This is neeOB_SURFded for a few reasons:
* data. This is needed for a few reasons:
* - Existing code from before curve evaluation was changed to use #GeometrySet expected to
* have a copy of the original curve data. (Any evaluated data was placed in
* #Object.runtime.curve_cache).