summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tessellation.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tessellation.cginc b/tessellation.cginc
index 3665558..e5302d3 100644
--- a/tessellation.cginc
+++ b/tessellation.cginc
@@ -153,7 +153,7 @@ v2f domain(
o.eyeVec.w = 1;
// TODO what about UNITY_LIGHTING_COORDS(7,8) and instance id and shit?
- //UNITY_TRANSFER_LIGHTING(o, DOMAIN_INTERP(_unity_lightcoords));
+ UNITY_TRANSFER_LIGHTING(o, DOMAIN_INTERP(_unity_lightcoords));
UNITY_TRANSFER_INSTANCE_ID(patch[0], o);
UNITY_INITIALIZE_VERTEX_OUTPUT_STEREO(o);
return o;