We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1e13 commit 7b77d03Copy full SHA for 7b77d03
src/cache.h
@@ -76,6 +76,7 @@ struct ShaderCache {
76
compile(Core::passAmbient, Shader::ROOM, fx | FX_UNDERWATER, rsFull | RS_DISCARD);
77
compile(Core::passAmbient, Shader::SPRITE, fx, rsFull | RS_DISCARD);
78
compile(Core::passAmbient, Shader::SPRITE, fx | FX_UNDERWATER, rsFull | RS_DISCARD);
79
+ compile(Core::passAmbient, Shader::FLASH, fx, rsFull); // sky
80
}
81
82
void prepareShadows(int fx) {
0 commit comments