Update auto_toon2.glsl

This commit is contained in:
myownfriend 2014-05-21 00:06:38 -04:00
parent f59c7f25da
commit 753a937289

View File

@ -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;
}