From 920485bcb2bde49eccfb28c55cb8dc13ca05cc8b Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 22 Jul 2012 02:25:28 +0200 Subject: [PATCH] fixed paths --- app/Game/Server/GameController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Game/Server/GameController.js b/app/Game/Server/GameController.js index 817ddd9..465500c 100755 --- a/app/Game/Server/GameController.js +++ b/app/Game/Server/GameController.js @@ -2,9 +2,9 @@ define([ "Game/Core/GameController", "Game/Server/Physics/Engine", "Game/Config/Settings", - "Chuck/Control/InputController", - "RequestAnimationFrame", - "NotificationCenter" + "Game/Core/Control/InputController", + "Lib/Unilities/RequestAnimFrame", + "Game/Server/NotificationCenter" ], function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) {