diff options
| author | yum <yum.food.vr@gmail.com> | 2024-06-14 15:28:13 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-06-14 15:28:13 -0700 |
| commit | e67f4288b988784d0686ca2f90efb68414a31c3e (patch) | |
| tree | df3bc06edc7e7e287fba12f6026258befb0f4ac2 /tooner_outline_pass.cginc | |
| parent | 86bc50eb8b9d4dbc5561a5729cac89dca6ad50ed (diff) | |
LTCGI now uses specular
Also fix _lightmap codepath (unused currently)
Diffstat (limited to 'tooner_outline_pass.cginc')
| -rw-r--r-- | tooner_outline_pass.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooner_outline_pass.cginc b/tooner_outline_pass.cginc index 69de32c..a6f982a 100644 --- a/tooner_outline_pass.cginc +++ b/tooner_outline_pass.cginc @@ -67,7 +67,7 @@ v2f vert(appdata v) o.normal = normal; o.uv = v.uv0.xy; #if defined(LIGHTMAP_ON) - o.lmuv = v.uv1 * unity_LightmapST.xy + unity_LightmapST.zw + o.lmuv = v.uv1 * unity_LightmapST.xy + unity_LightmapST.zw; #endif return o; |
