diff options
author | 2016-05-26 21:53:48 +0200 | |
---|---|---|
committer | 2016-05-26 21:54:03 +0200 | |
commit | 1f1ccd9b7d14d84a13d3950c2de7dfa3afaef638 (patch) | |
tree | 0fdfae36fd6abbe778726c7cf9b2a2f7357393ff /bgfx | |
parent | 87429e74d90481317db41dfc45c7751039cd8b48 (diff) |
Fix debug crash with bgfx screen chains
Diffstat (limited to 'bgfx')
-rw-r--r-- | bgfx/chains/hlsl.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgfx/chains/hlsl.json b/bgfx/chains/hlsl.json index d3007eb285b..ea94200dfc3 100644 --- a/bgfx/chains/hlsl.json +++ b/bgfx/chains/hlsl.json @@ -93,7 +93,7 @@ { "type": "float", "name": "scanline_height", "text": "Individual Scanline Scale", "default": 1.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, { "type": "float", "name": "scanline_variation", "text": "Scanline Variation", "default": 1.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, { "type": "float", "name": "scanline_bright_scale", "text": "Scanline Brightness Scale", "default": 2.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, - { "type": "float", "name": "scanline_bright_offset", "text": "Scanline Brightness Offset", "default": 4.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, + { "type": "float", "name": "scanline_bright_offset", "text": "Scanline Brightness Offset", "default": 1.50, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, { "type": "float", "name": "scanline_jitter_amount", "text": "Scanline Jitter Amount", "default": 0.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, { "type": "float", "name": "scanline_variation", "text": "Scanline Variation", "default": 1.00, "max": 4.00, "min": 0.0, "step": 0.01, "format": "%1.2f", "screen": "crt" }, |