Fix syntax error

This commit is contained in:
Ryan Huffman 2016-08-08 12:30:11 -07:00
parent d40b783ce2
commit 2ee511bae0

View file

@ -62,7 +62,7 @@ static const float srgbToLinearLookupTable[256] = {
0.856581154031f, 0.864754587319f, 0.872973334984f, 0.881237468522f, 0.889547059261f, 0.897902178361f,
0.906302896816f, 0.914749285456f, 0.923241414944f, 0.931779355781f, 0.940363178305f, 0.948992952695f,
0.957668748966f, 0.966390636975f, 0.975158686423f
}
};
class ColorUtils {