mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +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(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…
Add table
Add a link
Reference in a new issue