Fix: Overlay-Next: Missing select_bind call

This commit is contained in:
Clément Foucault
2024-09-04 14:35:18 +02:00
parent e310e0450f
commit 3ab60972b5

View File

@@ -156,6 +156,7 @@ class Relations {
void end_sync(Resources &res, const State &state)
{
ps_.init();
res.select_bind(ps_);
{
PassSimple::Sub &sub_pass = ps_.sub("lines");
sub_pass.state_set(DRW_STATE_WRITE_COLOR | DRW_STATE_WRITE_DEPTH |