diff options
author | AndreaCatania <info@andreacatania.com> | 2017-12-23 05:13:39 +0100 |
---|---|---|
committer | AndreaCatania <info@andreacatania.com> | 2017-12-23 05:13:39 +0100 |
commit | aea1b2e6c336559bfe3eda3c779044fdaa8ae892 (patch) | |
tree | e46117b92681cc7ad11db173f37d6e69e55f9d9c /modules/bullet/rigid_body_bullet.h | |
parent | 512c60f1d8cee4a66cc75b80af4be1902b52e54c (diff) | |
download | redot-engine-aea1b2e6c336559bfe3eda3c779044fdaa8ae892.tar.gz |
Fixed rigidbody sleping, Fixes #13952
Diffstat (limited to 'modules/bullet/rigid_body_bullet.h')
-rw-r--r-- | modules/bullet/rigid_body_bullet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bullet/rigid_body_bullet.h b/modules/bullet/rigid_body_bullet.h index c0eb148e24..c3b72172d9 100644 --- a/modules/bullet/rigid_body_bullet.h +++ b/modules/bullet/rigid_body_bullet.h @@ -207,6 +207,7 @@ private: bool isScratchedSpaceOverrideModificator; bool isTransformChanged; + bool previousActiveState; // Last check state ForceIntegrationCallback *force_integration_callback; |