Refactor Physics to separate PhysicsBackend

#673
This commit is contained in:
Wojtek Figat
2022-01-20 23:28:43 +01:00
parent cf1af53ab8
commit 427846f73b
66 changed files with 4803 additions and 4327 deletions

View File

@@ -165,5 +165,5 @@ public:
protected:
// [Joint]
PxJoint* CreateJoint(JointData& data) override;
void* CreateJoint(const PhysicsJointDesc& desc) override;
};