round of pos

This commit is contained in:
sanjayk03-dev
2024-07-30 18:13:23 +05:30
parent 17bc101cef
commit b553e5a2e2

View File

@@ -158,7 +158,7 @@ module.exports = {
}
return {
pos: abs - off,
pos: abs - off < 0.00001 ? 0 : abs - off,
abs: abs,
off: off,
min: min,