From 159b306427e5fc904cf82c21e193a4c166bb88d7 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Tue, 11 Dec 2018 11:13:03 +1200 Subject: Fixed typo --- desktop/core/library/p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/core/library/p.js') diff --git a/desktop/core/library/p.js b/desktop/core/library/p.js index 4491c2e..2090b02 100644 --- a/desktop/core/library/p.js +++ b/desktop/core/library/p.js @@ -11,7 +11,7 @@ function OperatorP (orca, x, y, passive) { this.ports.haste.len = { x: -1, y: 0 } this.ports.haste.key = { x: -2, y: 0 } this.ports.input.val = { x: 1, y: 0 } - this.ports.output = { x: 0, y: 1m unlock: true } + this.ports.output = { x: 0, y: 1, unlock: true } this.haste = function () { this.len = clamp(this.listen(this.ports.haste.len, true), 1, 24) -- cgit v1.2.3