mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Update auto_toon2.glsl
This commit is contained in:
parent
f59c7f25da
commit
753a937289
@ -57,7 +57,7 @@ void main()
|
||||
{
|
||||
if (count == 1)
|
||||
{
|
||||
if(colorN >= 0.1)
|
||||
if (colorN >= 0.1)
|
||||
blue = 0.01;
|
||||
else
|
||||
blue = colorN;
|
||||
@ -74,7 +74,7 @@ void main()
|
||||
{
|
||||
if (count == 1)
|
||||
{
|
||||
if(colorN >= 0.1)
|
||||
if (colorN >= 0.1)
|
||||
green = 0.01;
|
||||
else
|
||||
green = colorN;
|
||||
@ -88,7 +88,7 @@ void main()
|
||||
|
||||
colorB = float(count / numColors);
|
||||
|
||||
if(rr == true && bb == true && gg == true)
|
||||
if (rr == true && bb == true && gg == true)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user