mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix-flashing-lights' into 'master'
Fix experimental shaders See merge request veloren/veloren!3537
This commit is contained in:
commit
3e5f04cb40
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user