mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : dont modify transparent color
This commit is contained in:
parent
da9cd78b56
commit
a45407571e
@ -80,7 +80,6 @@
|
|||||||
var sx = (x0 < x1) ? 1 : -1;
|
var sx = (x0 < x1) ? 1 : -1;
|
||||||
var sy = (y0 < y1) ? 1 : -1;
|
var sy = (y0 < y1) ? 1 : -1;
|
||||||
var err = dx-dy;
|
var err = dx-dy;
|
||||||
var it = 0;
|
|
||||||
while(true){
|
while(true){
|
||||||
|
|
||||||
// Do what you need to for this
|
// Do what you need to for this
|
||||||
|
Loading…
Reference in New Issue
Block a user