diff --git a/app/Game/Client/GameController.js b/app/Game/Client/GameController.js index f8a4426..c609fda 100755 --- a/app/Game/Client/GameController.js +++ b/app/Game/Client/GameController.js @@ -7,7 +7,7 @@ define([ "Game/Core/NotificationCenter", "Lib/Utilities/RequestAnimFrame", "Game/Config/Settings", - "Lib/Vendor/StatsÏ" + "Lib/Vendor/Stats" ], function (Parent, Box2D, PhysicsEngine, ViewManager, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) { diff --git a/app/Game/Client/View/Views/PixiView.js b/app/Game/Client/View/Views/PixiView.js index faa1c39..f3fc72f 100755 --- a/app/Game/Client/View/Views/PixiView.js +++ b/app/Game/Client/View/Views/PixiView.js @@ -1,12 +1,11 @@ define([ - "Game/Client/View/ViewController", + "Game/Client/View/Views/AbstractView", "Game/Client/View/DomController", "Lib/Vendor/Pixi", - "Game/Config/Settings", - "Game/Client/View/CameraController" + "Game/Config/Settings" ], -function (Parent, DomController, Pixi, Settings, CameraController) { +function (Parent, DomController, Pixi, Settings) { function PixiView () {