Browse Source

Warning...

Nikatlas 6 years ago
parent
commit
b5bb0667ab
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/Game/views/demo/CardCollectionDemo.js

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

@@ -10,10 +10,6 @@ class CardCollectionDemo extends PIXI.Container{
 	constructor(props){
 	constructor(props){
 		super();
 		super();
 
 
-		let {
-			GameLayer
-		} = props;
-
 
 
 		let cardCollection = new CardCollection({});
 		let cardCollection = new CardCollection({});
 		cardCollection.parentLayer = Injector.getByName("MainLayer");
 		cardCollection.parentLayer = Injector.getByName("MainLayer");