mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
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:
parent
c53a15ec78
commit
664884c9a8
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ function startRadar() {
|
|||
|
||||
function endRadar() {
|
||||
printd("-- endRadar");
|
||||
Camera.mode = "first person";
|
||||
Camera.mode = "third person";
|
||||
radar = false;
|
||||
|
||||
Controller.setVPadEnabled(true);
|
||||
|
|
Loading…
Reference in a new issue