summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rwxr-xr-xglobals.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.cginc b/globals.cginc
index af0f367..efa8670 100755
--- a/globals.cginc
+++ b/globals.cginc
@@ -163,11 +163,11 @@ int _Glitter_Angular_Cells;
float _Glitter_Filter_Size;
float3 _Glitter_Tint;
float _Glitter_UV_Channel;
+float4 _Glitter_Mask_ST;
#endif // _GLITTER
#if defined(_GLITTER_MASK)
texture2D _Glitter_Mask;
-float4 _Glitter_Mask_ST;
#endif // _GLITTER_MASK
#if defined(_GLITTER_BASE_ROUGHNESS_OVERRIDE)