Compare commits

..

No commits in common. "ae936e757b3dd005d6b6ce81858b5193bcb5a3e8" and "735e6e45f80714ddebfe43053133c8ab43780935" 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