Skip to content

Commit

Permalink
remove: eliminate unnecessary batch update logic in SourceOperation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd authored Jan 2, 2025
1 parent 8be568f commit b6a0564
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Beutl.ProjectSystem/Operation/SourceOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ public PooledList<Renderable> Evaluate(EvaluationTarget target, IRenderer render
item.TimeRange = new TimeRange(element.Start, element.Length);
item.ApplyAnimations(element.Clock);
item.IsVisible = element.IsEnabled;

while (item.BatchUpdate)
{
item.EndBatchUpdate();
}
}
}

Expand Down

0 comments on commit b6a0564

Please sign in to comment.