Compare commits

..

No commits in common. "e992e0f19431aa858821985b0b340650790cfa81" and "533f7630ee641a6d910c21cd13e9a6e4836e300b" have entirely different histories.

3 changed files with 1648 additions and 1150 deletions

View File

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