Compare commits
No commits in common. "8289f7feef2e795f9ab759e414137cec57d7c1a4" and "67ebf0b514f4f4cf4e4a8b911934d8738293d845" have entirely different histories.
8289f7feef
...
67ebf0b514
@ -631,7 +631,7 @@ export function useMovementSetting(id) {
|
||||
}
|
||||
return Big(0); // 기본값으로 0 반환 또는 다른 적절한 기본값
|
||||
})();
|
||||
if (Math.abs(target.y1 - target.y2) < 0.5) {
|
||||
if (target.y1 === target.y2) {
|
||||
value = value.neg()
|
||||
}
|
||||
} 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