cache fix

This commit is contained in:
Anton Lavrenov
2019-02-22 22:13:37 -05:00
parent 010800dba4
commit 605725fe43
4 changed files with 37 additions and 4 deletions

View File

@@ -312,6 +312,7 @@ export abstract class Node {
cachedHitCanvas.isCache = true;
this._cache.delete('canvas');
// this.clearCache();
sceneContext.save();