Sdk/PhysicsSystem2D: Removed copy constructor

This commit is contained in:
Lynix 2018-08-28 22:05:31 +02:00
parent 78faacf03f
commit 109e6a89ca
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ namespace Ndk
struct RaycastHit;
PhysicsSystem2D();
PhysicsSystem2D(const PhysicsSystem2D& system);
~PhysicsSystem2D() = default;
void DebugDraw(const DebugDrawOptions& options, bool drawShapes = true, bool drawConstraints = true, bool drawCollisions = true);