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 (count == 1)
|
||||||
{
|
{
|
||||||
if(colorN >= 0.1)
|
if (colorN >= 0.1)
|
||||||
blue = 0.01;
|
blue = 0.01;
|
||||||
else
|
else
|
||||||
blue = colorN;
|
blue = colorN;
|
||||||
@ -74,7 +74,7 @@ void main()
|
|||||||
{
|
{
|
||||||
if (count == 1)
|
if (count == 1)
|
||||||
{
|
{
|
||||||
if(colorN >= 0.1)
|
if (colorN >= 0.1)
|
||||||
green = 0.01;
|
green = 0.01;
|
||||||
else
|
else
|
||||||
green = colorN;
|
green = colorN;
|
||||||
@ -88,7 +88,7 @@ void main()
|
|||||||
|
|
||||||
colorB = float(count / numColors);
|
colorB = float(count / numColors);
|
||||||
|
|
||||||
if(rr == true && bb == true && gg == true)
|
if (rr == true && bb == true && gg == true)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user