Missing endfile

This commit is contained in:
Guillermo 2022-04-13 12:37:21 +02:00 committed by bernat
parent 974d240887
commit 3fc55a546f
1 changed files with 1 additions and 1 deletions

View File

@ -986,4 +986,4 @@ void ACarlaWheeledVehicle::CheckRollover(const float roll, const std::pair<float
RootComponent->SetPhysicsAngularVelocity((1 - RolloverBehaviorForce) * angular_velocity);
RolloverBehaviorTracker += 1;
}
}
}