mirror of
https://github.com/dataarts/dat.gui.git
synced 2024-12-12 04:08:27 +00:00
applied patch described in https://code.google.com/p/dat-gui/issues/detail?id=31
This commit is contained in:
parent
5b873449e8
commit
7c904ee219
@ -122,6 +122,8 @@ define([
|
|||||||
*/
|
*/
|
||||||
step: function(v) {
|
step: function(v) {
|
||||||
this.__step = v;
|
this.__step = v;
|
||||||
|
this.__impliedStep = v;
|
||||||
|
this.__precision = numDecimals(v);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user