Enable shadergen by default for now

This commit is contained in:
wheremyfoodat 2024-07-19 18:02:42 +03:00
parent e4550b3e4f
commit 9415cee59a
3 changed files with 4 additions and 3 deletions

View file

@ -165,7 +165,7 @@ std::string FragmentGenerator::generate(const PICARegs& regs, const FragmentConf
vec4 tevNextPreviousBuffer = tevBufferColor;
vec4 primaryColor = vec4(0.0);
vec4 secondaryColor = vec4(0.0);
vec4 secondaryColor = vec4(0.0);
)";
compileLights(ret, config, regs);