Skip to content

Commit 856b160

Browse files
committed
Update native, tweak doc comment
1 parent 8fcd32a commit 856b160

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/CesiumRuntime/Public/CesiumAzureMapsRasterOverlay.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ enum class EAzureMapsTilesetId : uint8 {
7575
*/
7676
TrafficDelay UMETA(DisplayName = "Traffic (Delay)"),
7777
/**
78-
* Reduced traffic tiles in Azure Maps' dark style. This only shows the
79-
* traffic routes without the delay points that are otherwise included in
80-
* TrafficAbsolute.
78+
* Reduced traffic tiles in Azure Maps' dark style. This shows the traffic
79+
* routes and major delay points, but filters out some data that is otherwise
80+
* included in TrafficAbsolute.
8181
*/
8282
TrafficReduced UMETA(DisplayName = "Traffic (Reduced)"),
8383
};

0 commit comments

Comments
 (0)