Skip to content

Commit

Permalink
Assign input buffer to geo pass
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jul 14, 2024
1 parent 9f1b1ab commit d883948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/io/IOManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class IOManager {
// Keep track of the last output buffer (some passes don't render to the default buffer).
previousOutputBuffer = previousPass?.output.buffers.get(Output.BUFFER_DEFAULT)?.value ?? previousOutputBuffer;

if(previousPass === null || pass === geoPass) {
if(previousPass === null) {

continue;

Expand Down

0 comments on commit d883948

Please sign in to comment.