summaryrefslogtreecommitdiff
path: root/playoff.js
diff options
context:
space:
mode:
Diffstat (limited to 'playoff.js')
-rw-r--r--playoff.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/playoff.js b/playoff.js
index 9060c6d..3075d27 100644
--- a/playoff.js
+++ b/playoff.js
@@ -103,11 +103,11 @@ var playoff = {
(vertical_from[1] + vertical_from[3]) / 2
],
[
- (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4,
+ this.settings[type + '_v_offset'] + (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4,
(vertical_from[1] + vertical_from[3]) / 2
],
[
- (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4,
+ this.settings[type + '_v_offset'] + (vertical_from[0] + vertical_from[2] + vertical_to[0] + vertical_to[2]) / 4,
(vertical_to[1] + vertical_to[3]) / 2
],
[