mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Shadergen: Remove trailing newlines
This commit is contained in:
parent
d013582223
commit
0fc95ae8ef
1 changed files with 1 additions and 3 deletions
|
@ -173,9 +173,7 @@ std::string FragmentGenerator::generate(const PICARegs& regs) {
|
|||
|
||||
applyAlphaTest(ret, regs);
|
||||
|
||||
ret += "fragColor = combinerOutput;\n";
|
||||
ret += "}"; // End of main function
|
||||
ret += "\n\n\n";
|
||||
ret += "fragColor = combinerOutput;\n}"; // End of main function
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue