Merge branch 'blender-v4.0-release'

This commit is contained in:
Campbell Barton 2023-10-06 13:27:23 +11:00
commit ade74a6584
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct bUnitCollection {
/* Dummy */
static bUnitDef buDummyDef[] = { {"", nullptr, "", nullptr, nullptr, nullptr, 1.0, 0.0}, NULL_UNIT};
static bUnitCollection buDummyCollection = {buDummyDef, 0, 0, sizeof(buDummyDef)};
static bUnitCollection buDummyCollection = {buDummyDef, 0, 0, UNIT_COLLECTION_LENGTH(buDummyDef)};
/* Lengths. */