Skip to content

Commit 2f35d02

Browse files
committed
Incorrect default parameter value.
1 parent cc5e26b commit 2f35d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/CesiumRuntime/Public/CesiumGlobeAnchorComponent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ class CESIUMRUNTIME_API UCesiumGlobeAnchorComponent : public UActorComponent {
449449
BlueprintPure,
450450
Category = "Cesium",
451451
Meta = (ReturnDisplayName = "Height"))
452-
double GetHeight(const bool OverrideHeightReference = true) const;
452+
double GetHeight(const bool OverrideHeightReference = false) const;
453453

454454
/**
455455
* Moves the Actor to which this component is attached to a given longitude in

0 commit comments

Comments
 (0)