Fixed canvas ordering, fixed FPS during local import

This commit is contained in:
jdescottes
2014-07-14 14:14:28 +02:00
parent dc78c3cecd
commit 19c99d1aa7
6 changed files with 60 additions and 6 deletions

View File

@@ -14,6 +14,8 @@
this.add(this.aboveRenderer);
this.serializedRendering = '';
$.subscribe(Events.PISKEL_RESET, this.flush.bind(this));
};
pskl.utils.inherit(pskl.rendering.layer.LayersRenderer, pskl.rendering.CompositeRenderer);