summaryrefslogtreecommitdiff
path: root/Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-02 18:46:26 +0800
committerchai <chaifix@163.com>2021-10-02 18:46:26 +0800
commit142b0b9264d9b8da81f173ec92d153d52f67ae06 (patch)
tree0dff442e6f7030fd9a60e9b2c08a24be97104c8f /Assets/Bundle/Shaders/Common/Image/common_img_motionblur.shader
parentd9f2bb30c5d0eb8e8513a0e16e13e3c4f2af89e1 (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.shader2
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;
}