Skip to content

Commit f3e9d4c

Browse files
authored
Merge pull request #373 from Esri/Caleb/Fix-ARSceneCrash
[Fix] `Augment reality to show hidden infrastructure` scene view crash
2 parents 936a8e1 + effc252 commit f3e9d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Augment reality to show hidden infrastructure/AugmentRealityToShowHiddenInfrastructureView.ARSceneView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extension AugmentRealityToShowHiddenInfrastructureView {
7474
class SceneModel: ObservableObject {
7575
/// A scene with an imagery basemap style and an elevation surface.
7676
let scene: ArcGIS.Scene = {
77-
let scene = Scene(basemapStyle: .arcGISImagery)
77+
let scene = Scene(basemapStyle: .arcGISImageryStandard)
7878

7979
// Create a surface with an elevation source and set it to the scene's base surface.
8080
let surface = Surface()

0 commit comments

Comments
 (0)