diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-20 13:19:53 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-20 13:19:53 -0700 |
| commit | 50699410bf33f143531eae080e1e0e068da504cd (patch) | |
| tree | 4bbaa5aad8258881171188595e545932a903ff3d /tooner_lighting.cginc | |
| parent | 68ca46b15f6a7185a03060070d24b350102fafe6 (diff) | |
Switch to poi-style direct lighting
Diffstat (limited to 'tooner_lighting.cginc')
| -rw-r--r-- | tooner_lighting.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooner_lighting.cginc b/tooner_lighting.cginc index d067ce6..f34f97b 100644 --- a/tooner_lighting.cginc +++ b/tooner_lighting.cginc @@ -903,7 +903,7 @@ float4 effect(inout v2f i) #if defined(VERTEXLIGHT_ON) float4 vertex_light_color = float4(i.vertexLightColor, 1); #else - float4 vertex_light_color = 0; + float4 vertex_light_color = float4(0, 0, 0, 1); #endif #if defined(_GIMMICK_EYES_00) |
