mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Fixed FStevesEditorVisLine constructor not using InColour param
This commit is contained in:
parent
e602ad38d4
commit
5ba70fbaf6
@ -26,7 +26,7 @@ struct STEVESUEHELPERS_API FStevesEditorVisLine
|
||||
const FColor& InColour)
|
||||
: Start(InStart),
|
||||
End(InEnd),
|
||||
Colour(Colour)
|
||||
Colour(InColour)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user