Skip to content

Commit

Permalink
Fixed enum declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawela committed Feb 16, 2017
1 parent ef7f958 commit 0497997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unreal/Plugins/AirSim/Source/PIPCamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


UENUM(BlueprintType, meta=(Bitflags))
enum class EPIPCameraType
enum class EPIPCameraType : uint8
{
PIP_CAMERA_TYPE_NONE = 0 UMETA(DisplayName="None"),
PIP_CAMERA_TYPE_SCENE = 1 UMETA(DisplayName="Scene"),
Expand Down

0 comments on commit 0497997

Please sign in to comment.