diff --git a/Assets/Shaders/StandardDecal.shader b/Assets/Shaders/StandardDecal.shader index 55267c3..95c32ae 100644 --- a/Assets/Shaders/StandardDecal.shader +++ b/Assets/Shaders/StandardDecal.shader @@ -104,8 +104,5 @@ ENDCG } - - // shadow casting support - UsePass "Legacy Shaders/VertexLit/SHADOWCASTER" } } \ No newline at end of file diff --git a/Assets/Shaders/TextDecal.shader b/Assets/Shaders/TextDecal.shader index 3ac8933..4cccf5e 100644 --- a/Assets/Shaders/TextDecal.shader +++ b/Assets/Shaders/TextDecal.shader @@ -105,8 +105,5 @@ ENDCG } - - // shadow casting support - UsePass "Legacy Shaders/VertexLit/SHADOWCASTER" } } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f098496..a68b76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/GameData/ConformalDecals/Resources/conformaldecals.shab b/GameData/ConformalDecals/Resources/conformaldecals.shab index f7702b8..7ef5f35 100644 Binary files a/GameData/ConformalDecals/Resources/conformaldecals.shab and b/GameData/ConformalDecals/Resources/conformaldecals.shab differ