mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Remove unused parameter from FStevesEditorVisArc constructor
This commit is contained in:
parent
de83dcae78
commit
e602ad38d4
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user