Compare commits
6 Commits
67ebf0b514
...
8289f7feef
| Author | SHA1 | Date | |
|---|---|---|---|
| 8289f7feef | |||
| e958f2ee4d | |||
|
|
8c92f14f7d | ||
|
|
494b06bfe3 | ||
|
|
de005aefe7 | ||
|
|
fd024cf30b |
@ -631,7 +631,7 @@ export function useMovementSetting(id) {
|
|||||||
}
|
}
|
||||||
return Big(0); // 기본값으로 0 반환 또는 다른 적절한 기본값
|
return Big(0); // 기본값으로 0 반환 또는 다른 적절한 기본값
|
||||||
})();
|
})();
|
||||||
if (target.y1 === target.y2) {
|
if (Math.abs(target.y1 - target.y2) < 0.5) {
|
||||||
value = value.neg()
|
value = value.neg()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user