-bgfx: Corrected hlsl.json to apply the intended screen tint. [Ryan Holtz]

This commit is contained in:
Ryan Holtz 2020-06-20 15:42:50 +02:00
parent 520e5aea0d
commit 3fa3969c9b

View File

@ -204,6 +204,7 @@
"input": [ "input": [
{ "sampler": "s_tex", "texture": "screen" } { "sampler": "s_tex", "texture": "screen" }
], ],
"applytint": true,
"output": "ntsc" "output": "ntsc"
}, },
{ {
@ -348,6 +349,7 @@
"input": [ "input": [
{ "sampler": "s_tex", "texture": "screen" } { "sampler": "s_tex", "texture": "screen" }
], ],
"applytint": true,
"output": "guest" "output": "guest"
}, },
{ "effect": "hlsl/color", { "effect": "hlsl/color",