mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
add newline to flashing lights option
This commit is contained in:
parent
7ad52ba901
commit
50274fbc0c
@ -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