From: Steinar H. Gunderson Date: Sun, 28 Jan 2018 20:25:28 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.6.1~1 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7d67e608f6e4f6d0823e43ef0b16641a67c1cbfb Fix a typo. --- diff --git a/effect.h b/effect.h index 1dab990..f404d39 100644 --- a/effect.h +++ b/effect.h @@ -225,7 +225,7 @@ public: virtual bool one_to_one_sampling() const { return strong_one_to_one_sampling(); } // Similar in use to one_to_one_sampling(), but even stricter: - // The effect must modify texture coordinate in any way when + // The effect must not modify texture coordinate in any way when // calling its input(s). This allows it to also be used after // a compute shader, in the same phase. //