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(
|
||||
AActor */*Actor*/,
|
||||
AActor */*OtherActor*/,
|
||||
AActor * /*Actor*/,
|
||||
AActor * /*OtherActor*/,
|
||||
const FVector &NormalImpulse,
|
||||
const FHitResult &Hit)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue