mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #6604 from sethalves/no-physics-until-ready
disable physics disabler
This commit is contained in:
commit
78f7935d53
1 changed files with 1 additions and 1 deletions
|
@ -2907,7 +2907,7 @@ void Application::update(float deltaTime) {
|
|||
|
||||
_avatarUpdate->synchronousProcess();
|
||||
|
||||
if (_physicsEnabled) {
|
||||
if (true || _physicsEnabled) {
|
||||
PerformanceTimer perfTimer("physics");
|
||||
|
||||
static VectorOfMotionStates motionStates;
|
||||
|
|
Loading…
Reference in a new issue