summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.cginc b/globals.cginc
index 2578e3a..62bbdee 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -295,7 +295,8 @@ float _Vertex_Domain_Warping_Speed;
#endif // _VERTEX_DOMAIN_WARPING
#if defined(_VERTEX_DOMAIN_WARPING_AUDIOLINK)
-float4 _Vertex_Domain_Warping_Audiolink_VU_Factors;
+float _Vertex_Domain_Warping_Audiolink_VU_Strength_Factor;
+float _Vertex_Domain_Warping_Audiolink_VU_Scale_Factor;
#endif // _VERTEX_DOMAIN_WARPING_AUDIOLINK
#if defined(_UV_DOMAIN_WARPING)