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