Fix for Deferred support

very basic, can be improved later
This commit is contained in:
Andrew Cassidy 2024-06-24 19:12:27 -07:00
parent 60cc0d76bb
commit 37715a46ab
4 changed files with 7 additions and 6 deletions

View File

@ -104,8 +104,5 @@
ENDCG
}
// shadow casting support
UsePass "Legacy Shaders/VertexLit/SHADOWCASTER"
}
}

View File

@ -105,8 +105,5 @@
ENDCG
}
// shadow casting support
UsePass "Legacy Shaders/VertexLit/SHADOWCASTER"
}
}

View File

@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file
| website | https://forum.kerbalspaceprogram.com/index.php?/topic/194802-18-111-conformal-decals |
| author | Andrew Cassidy |
## Unreleased
### Fixed
- Fixed parts showing as all black with the Deferred Rendering mod
## 0.2.13 - 2024-05-17
### Fixed