|
|
@ -1442,8 +1442,6 @@ namespace MWWorld
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(player != results.end())
|
|
|
|
if(player != results.end())
|
|
|
|
moveObjectImp(player->first, player->second.x(), player->second.y(), player->second.z(), false);
|
|
|
|
moveObjectImp(player->first, player->second.x(), player->second.y(), player->second.z(), false);
|
|
|
|
|
|
|
|
|
|
|
|
mPhysics->debugDraw();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool World::castRay (float x1, float y1, float z1, float x2, float y2, float z2)
|
|
|
|
bool World::castRay (float x1, float y1, float z1, float x2, float y2, float z2)
|
|
|
@ -1617,6 +1615,8 @@ namespace MWWorld
|
|
|
|
if (!paused)
|
|
|
|
if (!paused)
|
|
|
|
doPhysics (duration);
|
|
|
|
doPhysics (duration);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mPhysics->debugDraw();
|
|
|
|
|
|
|
|
|
|
|
|
mWorldScene->update (duration, paused);
|
|
|
|
mWorldScene->update (duration, paused);
|
|
|
|
|
|
|
|
|
|
|
|
updateWindowManager ();
|
|
|
|
updateWindowManager ();
|
|
|
|