1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00

style(shaders): 移除冷却进度着色器中的注释代码

This commit is contained in:
2025-09-06 16:40:39 +08:00
parent 77f3d5e4a1
commit 290a1bbef0
-1
View File
@@ -11,6 +11,5 @@ void fragment() {
COLOR.rgb*=255.0;
}else if(progress-UV.y<=trailHeight){
COLOR.rgb*=1.0+(trailHeight/(progress-UV.y)-1.0)*0.5;
//COLOR.a*=(progress-UV.y)/trailHeight;
}
}