diff options
author | chai <chaifix@163.com> | 2021-10-02 18:46:26 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-02 18:46:26 +0800 |
commit | 142b0b9264d9b8da81f173ec92d153d52f67ae06 (patch) | |
tree | 0dff442e6f7030fd9a60e9b2c08a24be97104c8f /Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader | |
parent | d9f2bb30c5d0eb8e8513a0e16e13e3c4f2af89e1 (diff) |
*misc
Diffstat (limited to 'Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader')
-rw-r--r-- | Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader b/Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader index bcc60fa3..d3a67ca9 100644 --- a/Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader +++ b/Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader @@ -55,8 +55,6 @@ Shader "Erika/Common/Image/MotionBlur" } color.a *= _AlphaMultiplier; - - //color = fixed4(1,0,0,0.5f); return color; } |