[Bf-blender-cvs] [ed7dc4282c0] master: Cleanup: Correct comment with spreadsheet enum type

Hans Goudey noreply at git.blender.org
Thu Jul 7 15:14:09 CEST 2022


Commit: ed7dc4282c034fded840ca69c428050af889742a
Author: Hans Goudey
Date:   Thu Jul 7 08:14:00 2022 -0500
Branches: master
https://developer.blender.org/rBed7dc4282c034fded840ca69c428050af889742a

Cleanup: Correct comment with spreadsheet enum type

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

M	source/blender/makesdna/DNA_space_types.h

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

diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 2a5ca4c9541..6bc68baa640 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -1939,7 +1939,7 @@ typedef struct SpaceSpreadsheet {
   uint8_t geometry_component_type;
   /* #eAttrDomain. */
   uint8_t attribute_domain;
-  /* eSpaceSpreadsheet_ObjectContext. */
+  /* eSpaceSpreadsheet_ObjectEvalState. */
   uint8_t object_eval_state;
 
   /* eSpaceSpreadsheet_Flag. */



More information about the Bf-blender-cvs mailing list