Sdk/PhysicsSystem2D: Removed copy constructor

This commit is contained in:
Lynix
2018-08-28 22:05:31 +02:00
parent 78faacf03f
commit 109e6a89ca

View File

@@ -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);