Skip to content
Snippets Groups Projects
Commit 32f4f5e7 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for disabled splat render

parent 83df9b8f
No related branches found
No related tags found
No related merge requests found
Pipeline #15188 passed
......@@ -291,6 +291,7 @@ void Splatter::_renderChannel(
}
} else {
// Swap accum frames directly to output.
accum_.swapTo(Channels(channel_out), out);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment