Fixed FStevesEditorVisLine constructor not using InColour param

This commit is contained in:
Steve Streeting 2021-09-15 12:27:41 +01:00
parent e602ad38d4
commit 5ba70fbaf6

View File

@ -26,7 +26,7 @@ struct STEVESUEHELPERS_API FStevesEditorVisLine
const FColor& InColour)
: Start(InStart),
End(InEnd),
Colour(Colour)
Colour(InColour)
{
}