Cleanup: update code comment for DNA_struct_get_compareflags

Translate (last?) Dutch text in Blender's source.
This commit is contained in:
Campbell Barton 2023-07-04 12:37:22 +10:00
parent 9e26960b77
commit 5c4510d39e

View File

@ -681,7 +681,7 @@ const char *DNA_struct_get_compareflags(const SDNA *oldsdna, const SDNA *newsdna
BLI_assert(compare_flags[a] != SDNA_CMP_UNKNOWN);
}
/* First struct in `util.h` is struct Link, this is skipped in compare_flags (als # 0).
/* First struct is `struct Link`, this is skipped in compare_flags (at index `0`).
* was a bug, and this way dirty patched! Solve this later. */
compare_flags[0] = SDNA_CMP_EQUAL;