Fix: NLA Blend Domain Enable All Typo
Introduced by my recent commit: rBc48360c2559a Accidentally used 4 instead of `necs->length`.
This commit is contained in:
@@ -2491,7 +2491,7 @@ void nlasnapshot_enable_all_blend_domain(NlaEvalSnapshot *snapshot)
|
||||
continue;
|
||||
}
|
||||
|
||||
BLI_bitmap_set_all(necs->blend_domain.ptr, true, 4);
|
||||
BLI_bitmap_set_all(necs->blend_domain.ptr, true, necs->length);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user