Skip to content

Commit

Permalink
fix EditCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kaile committed Nov 22, 2023
1 parent 38e3799 commit 59bc39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CesiumRuntime/Public/Cesium3DTileset.h
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ class CESIUMRUNTIME_API ACesium3DTileset : public AActor {
BlueprintGetter = GetEnableWaterMask,
BlueprintSetter = SetEnableWaterMask,
Category = "Cesium|Rendering",
meta = (EditCondition = "bIsMac"))
meta = (EditCondition = "!bIsMac"))
bool EnableWaterMask = false;

/**
Expand Down

0 comments on commit 59bc39f

Please sign in to comment.