Fix compilation warning
This commit is contained in:
parent
cd1db62a97
commit
f149c384ed
|
@ -47,7 +47,7 @@ public:
|
|||
protected:
|
||||
|
||||
UFUNCTION(Category = "Traffic Light", BlueprintImplementableEvent)
|
||||
void OnTrafficLightStateChanged(ETrafficLightState State);
|
||||
void OnTrafficLightStateChanged(ETrafficLightState TrafficLightState);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in New Issue