mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 18:32:34 +02:00
Trial hiding the UI when it's expanding to become the tablet proper
This commit is contained in:
parent
fe8c237d64
commit
f01ebe57ea
1 changed files with 4 additions and 0 deletions
|
@ -369,10 +369,14 @@
|
|||
localRotation: localRotation,
|
||||
dimensions: dimensions
|
||||
});
|
||||
// FIXME: Temporary code change to try not displaying UI when mini tablet is expanding to become the tablet proper.
|
||||
Overlays.editOverlay(miniUIOverlay, {
|
||||
/*
|
||||
localPosition: Vec3.multiply(tabletScaleFactor, MINI_UI_LOCAL_POSITION),
|
||||
dimensions: Vec3.multiply(tabletScaleFactor, MINI_UI_DIMENSIONS),
|
||||
dpi: MINI_UI_DPI / tabletScaleFactor
|
||||
*/
|
||||
visible: false
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue