mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:15:07 +02:00
accidentally left in I guess
This commit is contained in:
parent
138534c3ff
commit
57d973851e
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
// -showSpectatorInDesktop: Set to "true" to show the "SPECTATOR" app in desktop mode.
|
||||
var button = false;
|
||||
var buttonName = "SPECTATOR";
|
||||
var showSpectatorInDesktop = true;
|
||||
var showSpectatorInDesktop = false;
|
||||
function addOrRemoveButton(isShuttingDown, isHMDMode) {
|
||||
if (!tablet) {
|
||||
print("Warning in addOrRemoveButton(): 'tablet' undefined!");
|
||||
|
|
Loading…
Reference in a new issue