Layers:Review:Removed grid drawing routine : was never drawn

This commit is contained in:
jdescottes
2013-09-30 22:44:02 +02:00
parent f514b6cd10
commit 2686a2e944
5 changed files with 24 additions and 50 deletions

View File

@ -66,6 +66,6 @@
ns.AnimatedPreviewController.prototype.updateDPI_ = function () {
this.dpi = this.calculateDPI_();
this.renderer.updateDPI(this.dpi);
this.renderer.setDPI(this.dpi);
};
})();