Added more review changes

This commit is contained in:
Joel Moriana 2022-02-07 18:13:26 +01:00 committed by joel-mb
parent 87e674c76b
commit 67e12c34ac
2 changed files with 2 additions and 2 deletions

View File

@ -81,4 +81,4 @@ namespace rpc {
};
} // namespace rpc
} // namespace carla
} // namespace carla

View File

@ -30,4 +30,4 @@ struct CARLA_API FAckermannControllerSettings
UPROPERTY(Category = "Ackermann Controller Settings", EditAnywhere, BlueprintReadWrite)
float AccelKd = 0.0f;
};
};