Shadergen: Remove trailing newlines
This commit is contained in:
@@ -173,9 +173,7 @@ std::string FragmentGenerator::generate(const PICARegs& regs) {
|
|||||||
|
|
||||||
applyAlphaTest(ret, regs);
|
applyAlphaTest(ret, regs);
|
||||||
|
|
||||||
ret += "fragColor = combinerOutput;\n";
|
ret += "fragColor = combinerOutput;\n}"; // End of main function
|
||||||
ret += "}"; // End of main function
|
|
||||||
ret += "\n\n\n";
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user