mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
just making sure those changes pushed
This commit is contained in:
parent
c1a36b0030
commit
9d903e125b
@ -107,6 +107,7 @@ var NumberController = function() {
|
|||||||
}
|
}
|
||||||
}, false);
|
}, false);
|
||||||
|
|
||||||
|
|
||||||
function updateValue(val) {
|
function updateValue(val) {
|
||||||
if(inc != val) inc = val;
|
if(inc != val) inc = val;
|
||||||
if(inc > max && max != null) {
|
if(inc > max && max != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user