mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
refactoring
This commit is contained in:
parent
39af52dd14
commit
c256f8a729
8 changed files with 87 additions and 160 deletions
|
|
@ -2,7 +2,7 @@ define([
|
|||
"Game/Core/GameController",
|
||||
"Game/Core/Physics/Engine",
|
||||
"Game/Config/Settings",
|
||||
"Game/Core/Control/InputController",
|
||||
"Game/Server/Control/InputController",
|
||||
"Lib/Utilities/RequestAnimFrame",
|
||||
"Game/Core/NotificationCenter"
|
||||
],
|
||||
|
|
@ -68,9 +68,6 @@ function (Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, No
|
|||
do {
|
||||
var userData = body.GetUserData();
|
||||
|
||||
|
||||
|
||||
|
||||
if(userData && body.IsAwake()) {
|
||||
update[userData] = {
|
||||
p: body.GetPosition(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue