From e602ad38d426f635895399d15cc98caee5c1d428 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Wed, 15 Sep 2021 12:08:40 +0100 Subject: [PATCH] Remove unused parameter from FStevesEditorVisArc constructor --- Source/StevesUEHelpers/Public/StevesEditorVisComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h b/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h index a34f0f9..4113cb3 100644 --- a/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h +++ b/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h @@ -107,7 +107,7 @@ struct STEVESUEHELPERS_API FStevesEditorVisArc FStevesEditorVisArc(const FVector& InLocation, const FRotator& InRotation, float InMinAngle, float InMaxAngle, float InRadius, int InNumSegments, - const FColor& InColour, float InThickness) + const FColor& InColour) : Location(InLocation), Rotation(InRotation), MinAngle(InMinAngle),