diff options
| author | yum <yum.food.vr@gmail.com> | 2024-09-18 22:45:23 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-09-18 22:45:23 -0700 |
| commit | 0b12f0aff502b04e48efd3141637fc0bb20a7f2d (patch) | |
| tree | 1cfb886cf4b211a0ddfc0b22e201397593b274d9 /tooner.shader | |
| parent | 5f5cdb6cac392d681e8a57cdfb2bfc55d11e2194 (diff) | |
Tweak cubemap code
Diffstat (limited to 'tooner.shader')
| -rw-r--r-- | tooner.shader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tooner.shader b/tooner.shader index e98092f..57759a7 100644 --- a/tooner.shader +++ b/tooner.shader @@ -3,7 +3,7 @@ Shader "yum_food/tooner" // Unity fucking sucks ass and sometimes incorrectly uses an old cached // version of the shader. Bump the nonce below to encourage it to use the // current version. - // Build nonce: 28 + // Build nonce: 29 Properties { _Color("Base color", Color) = (0.8, 0.8, 0.8, 1) |
