Sdk/PhysicsSystem2D: Removed copy constructor
This commit is contained in:
parent
78faacf03f
commit
109e6a89ca
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue