Merge pull request #6604 from sethalves/no-physics-until-ready

disable physics disabler
This commit is contained in:
Seth Alves 2015-12-09 11:31:12 -08:00
commit 78f7935d53

View file

@ -2907,7 +2907,7 @@ void Application::update(float deltaTime) {
_avatarUpdate->synchronousProcess();
if (_physicsEnabled) {
if (true || _physicsEnabled) {
PerformanceTimer perfTimer("physics");
static VectorOfMotionStates motionStates;