mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
disable physics disabler
This commit is contained in:
parent
d59311f258
commit
446ca8236f
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