Merge branch 'fix-flashing-lights' into 'master'

Fix experimental shaders

See merge request veloren/veloren!3537
This commit is contained in:
Isse 2022-08-12 18:54:38 +00:00
commit 3e5f04cb40

View File

@ -212,7 +212,7 @@ impl ShaderModules {
}
if pipeline_modes.flashing_lights_enabled {
constants += "#define FLASHING_LIGHTS_ENABLED";
constants += "#define FLASHING_LIGHTS_ENABLED\n";
}
for shader in pipeline_modes.experimental_shaders.iter() {