mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +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);
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue