Skip to content

Commit

Permalink
Changed ARWorldTrackingSessionConfiguration to ARWorldTrackingConfigu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
Esteban Herrera authored and Esteban Herrera committed Aug 14, 2017
1 parent e4ed9ed commit b5fe8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARSpriteKit/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ViewController: UIViewController, ARSKViewDelegate {
super.viewWillAppear(animated)

// Create a session configuration
let configuration = ARWorldTrackingSessionConfiguration()
let configuration = ARWorldTrackingConfiguration()
//configuration.planeDetection = .horizontal

// Run the view's session
Expand Down

0 comments on commit b5fe8aa

Please sign in to comment.