mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 09:23:22 +02:00
Fix syntax error
This commit is contained in:
parent
d40b783ce2
commit
2ee511bae0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue