Prepare for release

This commit is contained in:
nsubiron 2017-04-25 18:44:36 +02:00
parent edb4594ef5
commit 59813a4e16
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.2.0",
"VersionName": "0.2.1",
"FriendlyName": "CARLA",
"Description": "",
"Category": "Science",

View File

@ -97,6 +97,7 @@ void ACarlaVehicleController::Possess(APawn *aPawn)
void ACarlaVehicleController::BeginPlay()
{
check(CarlaPlayerState != nullptr);
CarlaPlayerState->Images.Empty();
const auto NumberOfCameras = SceneCaptureCameras.Num();
if (NumberOfCameras > 0) {