Fix compilation error in Windows
This commit is contained in:
parent
cbfc1f2845
commit
ee2068f179
|
@ -40,8 +40,8 @@ void ACarlaPlayerState::CopyProperties(APlayerState *PlayerState)
|
||||||
}
|
}
|
||||||
|
|
||||||
void ACarlaPlayerState::RegisterCollision(
|
void ACarlaPlayerState::RegisterCollision(
|
||||||
AActor */*Actor*/,
|
AActor * /*Actor*/,
|
||||||
AActor */*OtherActor*/,
|
AActor * /*OtherActor*/,
|
||||||
const FVector &NormalImpulse,
|
const FVector &NormalImpulse,
|
||||||
const FHitResult &Hit)
|
const FHitResult &Hit)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue