Hotfix UBO binding

This commit is contained in:
wheremyfoodat 2024-07-17 21:17:54 +03:00
parent aad7bb817e
commit cb0e69847c
2 changed files with 2 additions and 2 deletions

View file

@ -175,7 +175,7 @@ std::string FragmentGenerator::generate(const PICARegs& regs) {
ret += "fragColor = combinerOutput;\n";
ret += "}"; // End of main function
ret += "\n\n\n\n\n\n\n";
ret += "\n\n\n";
return ret;
}