diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 3ccaac4..ee997e9 100644 --- a/globals.cginc +++ b/globals.cginc @@ -57,4 +57,8 @@ float3 _Cloth_Sheen_Color; texture2D _Cloth_Sheen_DFG_LUT; #endif // _CLOTH_SHEEN +#if defined(_CUSTOM31_TUBES) +float _Custom31_Tubes_Speed; +#endif // _CUSTOM31_TUBES + #endif // __GLOBALS_INC |
