Skip to content

Commit

Permalink
Merge pull request microsoft#7 from gawela/fix/enum
Browse files Browse the repository at this point in the history
Fixed enum declaration.
  • Loading branch information
lovettchris authored Feb 16, 2017
2 parents ef7f958 + 0497997 commit 2f1b14b
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 2f1b14b

Please sign in to comment.