Sdk/PhysicsSystem2D: Removed copy constructor
This commit is contained in:
@@ -38,7 +38,6 @@ namespace Ndk
|
|||||||
struct RaycastHit;
|
struct RaycastHit;
|
||||||
|
|
||||||
PhysicsSystem2D();
|
PhysicsSystem2D();
|
||||||
PhysicsSystem2D(const PhysicsSystem2D& system);
|
|
||||||
~PhysicsSystem2D() = default;
|
~PhysicsSystem2D() = default;
|
||||||
|
|
||||||
void DebugDraw(const DebugDrawOptions& options, bool drawShapes = true, bool drawConstraints = true, bool drawCollisions = true);
|
void DebugDraw(const DebugDrawOptions& options, bool drawShapes = true, bool drawConstraints = true, bool drawCollisions = true);
|
||||||
|
|||||||
Reference in New Issue
Block a user