mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
Minor Code Adjustment
Minor Code Adjustment
This commit is contained in:
parent
e273c920a4
commit
7c9808de40
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
||||||
|
|
||||||
that.sendUpdate = function() {
|
that.sendUpdate = function() {
|
||||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||||
if (HMD.active){
|
if (HMD.active) {
|
||||||
tablet.setLandscape(true);
|
tablet.setLandscape(true);
|
||||||
}
|
}
|
||||||
emitJSONScriptEvent({
|
emitJSONScriptEvent({
|
||||||
|
|
Loading…
Reference in a new issue