mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Merge branch 'master' of https://github.com/Ucodia/dat.gui into Ucodia-master
# Conflicts: # src/dat/gui/GUI.js
This commit is contained in:
commit
420e0458ad
@ -729,6 +729,15 @@ common.extend(
|
||||
if (init) {
|
||||
updateDisplays(this.__listening);
|
||||
}
|
||||
},
|
||||
|
||||
updateDisplay: function() {
|
||||
common.each(this.__controllers, function(controller) {
|
||||
controller.updateDisplay();
|
||||
});
|
||||
common.each(this.__folders, function(folder) {
|
||||
folder.updateDisplay();
|
||||
});
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user