summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/flash/rasterizer_flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/flash/rasterizer_flash.h b/platform/flash/rasterizer_flash.h
index 5a4190c0fa..af231f7954 100644
--- a/platform/flash/rasterizer_flash.h
+++ b/platform/flash/rasterizer_flash.h
@@ -441,7 +441,7 @@ class RasterizerFlash : public Rasterizer {
fx_param[VS::ENV_FX_PARAM_BCS_BRIGHTNESS]=1.0;
fx_param[VS::ENV_FX_PARAM_BCS_CONTRAST]=1.0;
fx_param[VS::ENV_FX_PARAM_BCS_SATURATION]=1.0;
- fx_param[VS::ENV_FX_PARAM_GAMMA]=1.0;
+ fx_param[VS::ENV_FX_PARAM_SRGB_CONVERT]=1.0;
}