X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.cpp;h=475821585abf7df9967214647711062dc9dd51f2;hp=8db5376bd333794a2dcaa3f4cdca55324b8b8d46;hb=7f7069a0392bf5a5815e2a7452f5879b25959155;hpb=756e3ceaca8c190a9e7c310272c1c6a0e41c9999;ds=sidebyside diff --git a/effect_chain.cpp b/effect_chain.cpp index 8db5376..4758215 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -317,7 +317,7 @@ void EffectChain::construct_glsl_programs(Node *output) { // Which effects have already been completed in this phase? // We need to keep track of it, as an effect with multiple outputs - // could otherwise be calculate multiple times. + // could otherwise be calculated multiple times. std::set completed_effects; // Effects in the current phase, as well as inputs (outputs from other phases