mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2025-10-30 07:12:17 +00:00
Fix missing newline
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
f87e28fbcc
commit
995d2889d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1434,7 +1434,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
|
||||||
if (pixelShader->outputs & PIXEL_SHADER_OUTPUT_DEPTH)
|
if (pixelShader->outputs & PIXEL_SHADER_OUTPUT_DEPTH)
|
||||||
out += ",\n\tout float oDepth : SV_Depth";
|
out += ",\n\tout float oDepth : SV_Depth";
|
||||||
|
|
||||||
out += "#endif\n";
|
out += "\n#endif\n";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue