This commit is contained in:
sanjayk03-dev
2024-07-30 18:20:00 +05:30
parent b553e5a2e2
commit 0513aab2b7

View File

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