Cleanup: correct comment

Fix one line outdated comment. `NodeGroupColorTag` was renamed to `NodeColorTag` in #131101.

Pull Request: https://projects.blender.org/blender/blender/pulls/144899
This commit is contained in:
W_Cloud
2025-08-21 07:57:33 +02:00
committed by Jacques Lucke
parent 43a2bfa9c3
commit d1511506a0

View File

@@ -794,7 +794,7 @@ typedef struct bNodeTree {
/** Precision used by the GPU execution of the compositor tree. */
int precision DNA_DEPRECATED;
/** #blender::bke::NodeGroupColorTag. */
/** #blender::bke::NodeColorTag. */
int color_tag;
/**