mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 17:23:29 +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() {
|
function endRadar() {
|
||||||
printd("-- endRadar");
|
printd("-- endRadar");
|
||||||
Camera.mode = "first person";
|
Camera.mode = "third person";
|
||||||
radar = false;
|
radar = false;
|
||||||
|
|
||||||
Controller.setVPadEnabled(true);
|
Controller.setVPadEnabled(true);
|
||||||
|
|
Loading…
Reference in a new issue