some bugfixes

This commit is contained in:
logsol 2013-12-18 01:12:23 +01:00
parent 2d47618797
commit d5fd9c6609
2 changed files with 4 additions and 5 deletions

View file

@ -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) {

View file

@ -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 () {