mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
Remove GUI.CustomController
This commit is contained in:
parent
c711fc76f5
commit
9c86835a7d
@ -456,8 +456,6 @@ const GUI = function(pars) {
|
||||
}
|
||||
};
|
||||
|
||||
GUI.CustomController = CustomController;
|
||||
|
||||
GUI.toggleHide = function() {
|
||||
hide = !hide;
|
||||
common.each(hideableGuis, function(gui) {
|
||||
|
Loading…
Reference in New Issue
Block a user