physics world

beta.r3js.org
-=yb4f310 2017-10-27 10:13:37 +02:00
parent 146fa7ff00
commit cfe46575a1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ GameLib.System.Physics.prototype.beforeRender = function(data) {
this.worlds.map(
function(world) {
if (world.loaded && world.instance) {
if (world.instance) {
world.instance.step(data.delta);