diff --git a/js/resurrectionPass.js b/js/resurrectionPass.js index 40fe10d..938c795 100644 --- a/js/resurrectionPass.js +++ b/js/resurrectionPass.js @@ -21,6 +21,8 @@ export default (regl, config, inputs) => { { primary: output, }, - () => render({ frag: resurrectionPassFrag.text() }) + () => render({ frag: resurrectionPassFrag.text() }), + null, + resurrectionPassFrag.loaded ); };