mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 10:02:13 +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() {
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
if (HMD.active){
|
||||
if (HMD.active) {
|
||||
tablet.setLandscape(true);
|
||||
}
|
||||
emitJSONScriptEvent({
|
||||
|
|
Loading…
Reference in a new issue