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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user