Skip to content
Snippets Groups Projects

player location tracking fixed... maybe

Merged Tim Mandzyuk requested to merge timmandz/minor-changes into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -31,6 +31,7 @@ final class GameViewModel: NSObject, ObservableObject, CLLocationManagerDelegate
locationManager = CLLocationManager() // create a new location manager
locationManager?.desiredAccuracy = kCLLocationAccuracyBest // set location accuracy to best possible
locationManager!.delegate = self
locationManager?.startUpdatingLocation()
}
private func checkLocationAuthorization() {
Loading