Nodes: Fix missing variable

This commit is contained in:
Pablo Vazquez 2021-10-21 21:22:43 +02:00
parent 9b1b4b9e32
commit 0a63297a88
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ uniform bool doMuted;
uniform float dim_factor;
uniform float thickness;
uniform float dash_factor;
uniform float dash_alpha;
# define colShadow colors[0]
# define colStart colors[1]