Fix : dont modify transparent color

This commit is contained in:
jdescottes 2014-05-20 23:28:16 +02:00
parent da9cd78b56
commit a45407571e

View File

@ -80,7 +80,6 @@
var sx = (x0 < x1) ? 1 : -1;
var sy = (y0 < y1) ? 1 : -1;
var err = dx-dy;
var it = 0;
while(true){
// Do what you need to for this