Skip to content

Commit

Permalink
fix build error, remove unnecessary include, restore airsim.uplugin
Browse files Browse the repository at this point in the history
  • Loading branch information
madratman committed May 3, 2020
1 parent de2c3c6 commit 6e99f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Unreal/Plugins/AirSim/AirSim.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion" : 3,
"Version" : "1.2.0",
"VersionName": "1.2.0",
"Version" : "1.3.1",
"VersionName": "1.3.1",
"FriendlyName": "AirSim",
"Description": "AirSim - Autonomous Aerial Vehicles Simulator Plugin",
"Category" : "Science",
Expand All @@ -18,8 +18,7 @@
{
"Name": "AirSim",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"AdditionalDependencies": [ "Engine" ]
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
Expand Down
2 changes: 0 additions & 2 deletions Unreal/Plugins/AirSim/Source/WorldSimApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
#include "common/CommonStructs.hpp"
#include "api/WorldSimApiBase.hpp"
#include "SimMode/SimModeBase.h"
#include "AirSimCharacter.h"
#include "Components/StaticMeshComponent.h"
#include "AirBlueprintLib.h"
#include <string>

class WorldSimApi : public msr::airlib::WorldSimApiBase {
Expand Down

0 comments on commit 6e99f90

Please sign in to comment.