From 109e6a89cab50e55db6e8752c0a5da62abf74a76 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 28 Aug 2018 22:05:31 +0200 Subject: [PATCH] Sdk/PhysicsSystem2D: Removed copy constructor --- SDK/include/NDK/Systems/PhysicsSystem2D.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SDK/include/NDK/Systems/PhysicsSystem2D.hpp b/SDK/include/NDK/Systems/PhysicsSystem2D.hpp index 09dd5c19d..0bbe8d907 100644 --- a/SDK/include/NDK/Systems/PhysicsSystem2D.hpp +++ b/SDK/include/NDK/Systems/PhysicsSystem2D.hpp @@ -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);