Dim Dim 6 жил өмнө
parent
commit
a7cf5cca31

+ 4 - 0
src/Game/views/demo/CardCollectionDemo.js

@@ -14,6 +14,10 @@ class CardCollectionDemo extends PIXI.Container{
 	}
 
 	getAsJSON = () => {return {component: 'demo/CardCollectionDemo'}}
+
+	_kill() {
+        super._kill();
+    }
 }
 
 export default CardCollectionDemo;