Skip to content

Commit af67de5

Browse files
Update Shared/Samples/Show line of sight between geoelements/ShowLineOfSightBetweenGeoelementsView.swift
Co-authored-by: Destiny Hochhalter <[email protected]>
1 parent 4dc9d9f commit af67de5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Shared/Samples/Show line of sight between geoelements/ShowLineOfSightBetweenGeoelementsView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ private extension ShowLineOfSightBetweenGeoelementsView {
184184
)
185185
)
186186

187-
/// The `CADisplayLink` is a timer object that allows your app to synchronize its drawing to the refresh rate of the display.
188-
/// It is used to control the timing for the animation of the taxi.
187+
/// A timer to synchronize the taxi animation to the refresh rate of the display.
189188
@ObservationIgnored private var displayLink: CADisplayLink!
190189

191190
/// The target visibility of the taxi graphic from the point of view of the observer.

0 commit comments

Comments
 (0)