mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
Update acidmetal.glsl
This commit is contained in:
@@ -6,8 +6,8 @@ in vec2 uv0;
|
||||
void main()
|
||||
{
|
||||
vec4 c0 = texture(samp9, uv0);
|
||||
float red = 0.0;
|
||||
float blue = 0.0;
|
||||
float red = 0.0;
|
||||
float blue = 0.0;
|
||||
|
||||
if (c0.r > 0.15 && c0.b > 0.15)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user