Use third person camera mode when switching to My View from Radar mode.

This makes it consistent with the default third person camera in My View.
This commit is contained in:
Cristian Duarte 2018-06-07 16:41:41 -03:00 committed by GitHub
parent c53a15ec78
commit 664884c9a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1119,7 +1119,7 @@ function startRadar() {
function endRadar() {
printd("-- endRadar");
Camera.mode = "first person";
Camera.mode = "third person";
radar = false;
Controller.setVPadEnabled(true);