mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #306 : Switch implementation for memoizer
This commit is contained in:
@@ -99,12 +99,6 @@
|
||||
return this.zoom;
|
||||
};
|
||||
|
||||
ns.FrameRenderer.prototype.setCanvasOpacity = function (opacity) {
|
||||
if (this.displayCanvas) {
|
||||
this.displayCanvas.style.opacity = opacity;
|
||||
}
|
||||
};
|
||||
|
||||
ns.FrameRenderer.prototype.setDisplaySize = function (width, height) {
|
||||
this.displayWidth = width;
|
||||
this.displayHeight = height;
|
||||
|
||||
Reference in New Issue
Block a user