This commit is contained in:
MaxGraey
2021-07-13 22:38:30 +03:00
parent ef176d7565
commit 8262c79bb6

View File

@@ -7,7 +7,7 @@ using namespace butteraugli;
#define GAMMA 2.2
static double SrgbToLinear[256];
static float SrgbToLinear[256];
inline void gammaLookupTable() {
SrgbToLinear[0] = 0;