mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Merge branch 'Ucodia-master' into develop
This commit is contained in:
commit
0399ab65ff
@ -729,6 +729,15 @@ common.extend(
|
|||||||
if (init) {
|
if (init) {
|
||||||
updateDisplays(this.__listening);
|
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