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