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