mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:43:53 +02:00
Merge pull request #13325 from Cristo86/patch-1
Use third person camera mode when switching to My View from Top View mode.
This commit is contained in:
commit
9c66ee412a
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