mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 01:09:55 +00:00
Update auto_toon2.glsl
This commit is contained in:
parent
f59c7f25da
commit
753a937289
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue