mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 09:50:06 +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
|
@ -196,3 +196,11 @@ 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