mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
fixed paths
This commit is contained in:
parent
60462f48bf
commit
920485bcb2
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue