X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;h=48b60872173b283e6eba59c4ad97a2ba782566e3;hb=9b4350ffc9c559b6ed666e1858ec7396455ff9ab;hp=b3e03d593c77209fc0f0a2d9f2379a830fa13256;hpb=243f8ea98271c0680a8e99e4465ac0075e55e3a5;p=movit diff --git a/effect_chain.h b/effect_chain.h index b3e03d5..48b6087 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -26,7 +26,7 @@ private: std::string effect_id; // If output goes to RTT (otherwise, none of these are set). - // The Phsae pointer is a but ugly; we should probably fix so + // The Phase pointer is a but ugly; we should probably fix so // that Phase takes other phases as inputs, instead of Node. GLuint output_texture; unsigned output_texture_width, output_texture_height;