Fix compilation error in Windows

This commit is contained in:
nsubiron 2017-05-10 12:25:38 +02:00
parent cbfc1f2845
commit ee2068f179
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{