From 664884c9a85bb7474af690c6d516816513f0e768 Mon Sep 17 00:00:00 2001 From: Cristian Duarte Date: Thu, 7 Jun 2018 16:41:41 -0300 Subject: [PATCH] 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. --- scripts/system/+android/radar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/+android/radar.js b/scripts/system/+android/radar.js index 5d93ed4db1..1cbe721ad0 100644 --- a/scripts/system/+android/radar.js +++ b/scripts/system/+android/radar.js @@ -1119,7 +1119,7 @@ function startRadar() { function endRadar() { printd("-- endRadar"); - Camera.mode = "first person"; + Camera.mode = "third person"; radar = false; Controller.setVPadEnabled(true);