From e3ada4e4c869d4a0f29d4c987e63eedea4ff81ed Mon Sep 17 00:00:00 2001 From: logsol Date: Sat, 21 Jul 2012 22:08:39 +0200 Subject: [PATCH] altered define paths --- app/Game/Client/View/CameraController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Game/Client/View/CameraController.js b/app/Game/Client/View/CameraController.js index 76e17be..b5873bc 100755 --- a/app/Game/Client/View/CameraController.js +++ b/app/Game/Client/View/CameraController.js @@ -1,4 +1,4 @@ -define(['Vendor/Three', 'Chuck/Settings'], function(Three, Settings) { +define(['Lib/Vendor/Three', 'Game/Config/Settings'], function(Three, Settings) { function CameraController(isOrthographic) {