0
0
Fork 0

me-main #1

Merged
Nate Rupsis merged 123 commits from me-main into main 2023-02-13 18:39:11 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bc0d3c91b1 - Show all commits

View File

@ -539,7 +539,7 @@ static NlaStrip *rna_NlaStrip_new(ID *id,
strip->end += (start - strip->start);
strip->start = start;
if (BKE_nlastrips_add_strip(&track->strips, strip)) {
if (!BKE_nlastrips_add_strip(&track->strips, strip)) {
BKE_report(
reports,
RPT_ERROR,