Dim Dim пре 6 година
родитељ
комит
fe4ee8d057
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Game/views/Menu.js

+ 1 - 1
src/Game/views/Menu.js

@@ -7,7 +7,7 @@ class Menu extends PIXI.Container{
 		this.stage = app.stage;
 		this.buttons = require('./menuConfigs/'+config).default || [];
 		this.calculatePositions();
-		this.buttons.forEach((e,i) => this.addChild(e));
+		this.buttons.forEach((e) => this.addChild(e));
 		this.test = "dsa";
 		this.position.set(app.screen.width/2, app.screen.height/2);
 	}