mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Remove unneccessary frame version incrementation
This commit is contained in:
committed by
Julian Descottes
parent
74f36daa7c
commit
d775609183
@@ -62,6 +62,5 @@
|
||||
frame.setPixel(col, row, newColor);
|
||||
}
|
||||
});
|
||||
frame.version++;
|
||||
};
|
||||
})();
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
frame.setPixel(_x, _y, Constants.TRANSPARENT_COLOR);
|
||||
}
|
||||
});
|
||||
frame.version++;
|
||||
|
||||
return frame;
|
||||
},
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
frame.setPixel(_x, _y, Constants.TRANSPARENT_COLOR);
|
||||
}
|
||||
});
|
||||
frame.version++;
|
||||
|
||||
return frame;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user