BulletPhysics3D: Fix movement

This commit is contained in:
SirLynix
2023-03-30 13:23:58 +02:00
committed by Jérôme Leclercq
parent 6447686ad9
commit efc81ff508
2 changed files with 17 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ namespace Nz
template<typename T> const T* GetConstraint() const;
private:
void Destroy();
std::unique_ptr<btTypedConstraint> m_constraint;
bool m_bodyCollisionEnabled;
};