ios: set First-P. View by default

This commit is contained in:
matlabbe
2021-12-30 15:37:46 -05:00
parent 5b31a4725d
commit fcde52c6bf
2 changed files with 4 additions and 4 deletions

View File

@@ -1414,7 +1414,7 @@ class ViewController: GLKViewController, ARSessionDelegate, RTABMapObserver, UIP
present(alertController, animated: true)
setGLCamera(type: 1);
setGLCamera(type: 0);
startCamera();
}
@@ -1434,7 +1434,7 @@ class ViewController: GLKViewController, ARSessionDelegate, RTABMapObserver, UIP
if(!(self.mState == State.STATE_CAMERA || self.mState == State.STATE_MAPPING))
{
self.setGLCamera(type: 1);
self.setGLCamera(type: 0);
self.startCamera();
}
}