mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 15:18:13 +02:00
Minor Code Adjustment
Minor Code Adjustment
This commit is contained in:
parent
3882aad551
commit
e273c920a4
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@ var PropertiesTool = function (opts) {
|
|||
};
|
||||
|
||||
function updateSelections(selectionUpdated, caller) {
|
||||
if (HMD.active && visible){
|
||||
if (HMD.active && visible) {
|
||||
webView.setLandscape(true);
|
||||
} else {
|
||||
if (!visible) {
|
||||
|
|
Loading…
Reference in a new issue