From d5fd9c6609ae6b61f37becd554ffdcabf66e0323 Mon Sep 17 00:00:00 2001 From: logsol Date: Wed, 18 Dec 2013 01:12:23 +0100 Subject: [PATCH] some bugfixes --- app/Game/Client/GameController.js | 2 +- app/Game/Client/View/Views/PixiView.js | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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 () {