mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #4933 from ericrius1/inspectFix
added oldMode as global vairable
This commit is contained in:
commit
05a73d8a79
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ var control = false;
|
|||
|
||||
var isActive = false;
|
||||
|
||||
var oldMode = Camera.mode;
|
||||
var noMode = 0;
|
||||
var orbitMode = 1;
|
||||
var radialMode = 2;
|
||||
|
|
Loading…
Reference in a new issue