From f7c5e546c220f0f7be8ec3a9cccdb4641114cfe1 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 18 Dec 2025 01:00:14 -0800 Subject: screw with operator ordering --- globals.cginc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index f872847..c096e89 100644 --- a/globals.cginc +++ b/globals.cginc @@ -138,10 +138,10 @@ float3 _Vertex_Deformation_Sine_Waves_omega; #if defined(_VERTEX_DEFORMATION_FBM) float3 _Vertex_Deformation_FBM_Velocity; -float _Vertex_Deformation_FBM_Amplitude; +float3 _Vertex_Deformation_FBM_Amplitude; float _Vertex_Deformation_FBM_Gain; float _Vertex_Deformation_FBM_Lacunarity; -float _Vertex_Deformation_FBM_Scale; +float3 _Vertex_Deformation_FBM_Period; float _Vertex_Deformation_FBM_Octaves; #endif // _VERTEX_DEFORMATION_FBM -- cgit v1.2.3