Prepare for release
This commit is contained in:
parent
edb4594ef5
commit
59813a4e16
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.2.0",
|
||||
"VersionName": "0.2.1",
|
||||
"FriendlyName": "CARLA",
|
||||
"Description": "",
|
||||
"Category": "Science",
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue