summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 1 insertions, 4 deletions
diff --git a/globals.cginc b/globals.cginc
index f615136..38a1019 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -58,10 +58,7 @@ texture2D _Cloth_Sheen_DFG_LUT;
#endif // _CLOTH_SHEEN
#if defined(_CUSTOM31_TUBES)
-float _Custom31_Tubes_Speed;
-float _Custom31_Tubes_A;
-float _Custom31_Tubes_k;
-float _Custom31_Tubes_tk;
+float _Custom31_Tubes_t;
#endif // _CUSTOM31_TUBES
#endif // __GLOBALS_INC