From 6bef53bef32b4e32e01bc896ccce1d2dc5c1bdcb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 5 Nov 2016 11:41:46 +0100 Subject: [PATCH] Fix a typo. --- effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect_chain.h b/effect_chain.h index 918769b..ea4926b 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -299,7 +299,7 @@ public: // no matter what you specify. // // Of special interest is GL_SRGB8_ALPHA8, which stores sRGB-encoded RGB - // and linear alpha; this is half the memory bandwidth og GL_RGBA16F, + // and linear alpha; this is half the memory bandwidth of GL_RGBA16F, // while retaining reasonable precision for typical image data. It will, // however, cause some gamut clipping if your colorspace is far from sRGB, // as it cannot represent values outside [0,1]. NOTE: If you construct -- 2.39.2