Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shima11 committed May 28, 2024
1 parent 51e5f96 commit c5851c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BrightroomEngine/Core/EditingStack.Edit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extension EditingStack {
vignette?.asAny(),

] as [AnyFilter?])
+ (additionalFilters.values.map { $0 })
+ Array(additionalFilters.values)
)
.compactMap { $0 }
}
Expand Down

0 comments on commit c5851c4

Please sign in to comment.