mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Layers:Review:Removed grid drawing routine : was never drawn
This commit is contained in:
@ -66,6 +66,6 @@
|
||||
|
||||
ns.AnimatedPreviewController.prototype.updateDPI_ = function () {
|
||||
this.dpi = this.calculateDPI_();
|
||||
this.renderer.updateDPI(this.dpi);
|
||||
this.renderer.setDPI(this.dpi);
|
||||
};
|
||||
})();
|
Reference in New Issue
Block a user