add newline to flashing lights option

This commit is contained in:
IsseW 2022-08-12 20:26:16 +02:00
parent 7ad52ba901
commit 50274fbc0c

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() {