always have shaderbackground in the bg

This commit is contained in:
2025-12-09 13:55:12 +01:00
parent 7586133152
commit baa18484ca
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -154,7 +154,6 @@ export const ShaderBackground: React.FC<ShaderBackgroundProps> = ({
shader_code = CLOUDS_SHADER_CODE;
break;
default:
console.error("Unknown shader theme:", theme);
return;
}