round of pos
This commit is contained in:
@@ -158,7 +158,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
pos: abs - off,
|
pos: abs - off < 0.00001 ? 0 : abs - off,
|
||||||
abs: abs,
|
abs: abs,
|
||||||
off: off,
|
off: off,
|
||||||
min: min,
|
min: min,
|
||||||
|
|||||||
Reference in New Issue
Block a user