Fixed last commit

Peter Wortmann 2011-07-25 02:12:31 +01:00
parent 6394061f3d
commit cd2582728c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void main()
#else
scalerCoo.x += px.a * 255.0 / 8.0;
scalerCoo.x += mod(lpx.a * 255.0, 8.0) / 8.0;
scalerCoo.y += floor(lpx.a * 255.0 / 8.0) / 32.0;
#endif