diff --git a/Runtime/Graphics/Shaders/CPhazonSuitFilter.cpp b/Runtime/Graphics/Shaders/CPhazonSuitFilter.cpp index c103cb182..f355403b1 100644 --- a/Runtime/Graphics/Shaders/CPhazonSuitFilter.cpp +++ b/Runtime/Graphics/Shaders/CPhazonSuitFilter.cpp @@ -11,7 +11,7 @@ namespace urde { using namespace hsh::pipeline; template -struct CPhazonSuitFilterPipeline : pipeline, SubtractAttachment<>, depth_write> { +struct CPhazonSuitFilterPipeline : pipeline, AdditiveAttachment<>, depth_write> { CPhazonSuitFilterPipeline(hsh::vertex_buffer vbo, hsh::uniform_buffer ubo, hsh::render_texture2d screenTex, hsh::texture2d indTex, hsh::render_texture2d maskTex, hsh::render_texture2d maskTexBlur) {