Skip to content

project - maintain render list order#11062

Merged
cscheid merged 2 commits into
mainfrom
fix/keep-render-target-order-2
Oct 14, 2024
Merged

project - maintain render list order#11062
cscheid merged 2 commits into
mainfrom
fix/keep-render-target-order-2

Conversation

@cscheid
Copy link
Copy Markdown
Member

@cscheid cscheid commented Oct 14, 2024

This PR has an alternate implementation of the fix from @cderv in #11058.

This implementation is a bit more explicit on the technique for the fix. Concretely, we don't mutate an array of solutions in an unspecified order - we build and filter an array that by construction respects the order in the render list.

(Thanks, @cderv, for spotting the essential bug!)

@cscheid
Copy link
Copy Markdown
Member Author

cscheid commented Oct 14, 2024

Backported to v1.5 with 898dbdb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant