Skip to content

Commit 24552c6

Browse files
committed
Deploy preview for PR 19 🛫
1 parent 57f0aab commit 24552c6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

‎pr-preview/pr-19/scp-3211/en/[email protected]

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pr-preview/pr-19/scp-3211/jp/[email protected]

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pr-preview/pr-19/scp-3211/zh/[email protected]

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pr-preview/pr-19/scp-head/[email protected]

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@
127127
}
128128

129129
// Save each pole's current intersection ratio
130+
pole.lastIntersectionRatio = pole.intersectionRatio;
130131
if (entriesForPole.at(-1)) {
131-
pole.lastIntersectionRatio = pole.intersectionRatio;
132132
pole.intersectionRatio =
133133
entriesForPole.at(-1).intersectionRatio;
134+
} else {
135+
// No change - leave it as is
134136
}
135137
}
136138

0 commit comments

Comments
 (0)