From e54c87201b97fb36ef9c0e63f9e0012ac59f2f0b Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 20 Jan 2026 23:57:11 -0800 Subject: Fix meta pass error --- 2ner.cginc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2ner.cginc') diff --git a/2ner.cginc b/2ner.cginc index 0b5ee9f..0df4f17 100644 --- a/2ner.cginc +++ b/2ner.cginc @@ -254,7 +254,7 @@ void geom(triangle v2f input[3], inout TriangleStream stream) { o.worldPos.xyz += normal_ws * offset; o.objPos.xyz += o.normal * offset; o.pos = UnityWorldToClipPos(o.worldPos); - o.vertexLight.w = layer; + o.vertexLight.w = t; stream.Append(o); } stream.RestartStrip(); -- cgit v1.2.3