mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:18:45 +02:00
add function for manually updating display
This commit is contained in:
parent
7a59a7dc43
commit
06a6462636
1 changed files with 8 additions and 0 deletions
|
@ -195,4 +195,12 @@ function listenForSettingsUpdates() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function manuallyUpdateDisplay(gui) {
|
||||||
|
// Iterate over all controllers
|
||||||
|
for (var i in gui.__controllers) {
|
||||||
|
gui.__controllers[i].updateDisplay();
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue