mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +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();
|
_avatarUpdate->synchronousProcess();
|
||||||
|
|
||||||
if (_physicsEnabled) {
|
if (true || _physicsEnabled) {
|
||||||
PerformanceTimer perfTimer("physics");
|
PerformanceTimer perfTimer("physics");
|
||||||
|
|
||||||
static VectorOfMotionStates motionStates;
|
static VectorOfMotionStates motionStates;
|
||||||
|
|
Loading…
Reference in a new issue