This commit is contained in:
yscha 2025-12-21 00:03:04 +09:00
parent ad8990b74c
commit 20e820e298
2 changed files with 907 additions and 886 deletions

View File

@ -631,7 +631,7 @@ export function useMovementSetting(id) {
}
return Big(0); // 기본값으로 0 반환 또는 다른 적절한 기본값
})();
if (target.y1 === target.y2) {
if (Math.abs(target.y1 - target.y2) < 0.5) {
value = value.neg()
}
} else {

File diff suppressed because it is too large Load Diff