mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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