diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-11 11:13:03 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-11 11:13:03 +1200 |
commit | 159b306427e5fc904cf82c21e193a4c166bb88d7 (patch) | |
tree | 1d7821872b34680889341033dc81597caec10049 /desktop | |
parent | 31b23ff85c6fa8567c2177d1c894e96b2e9156aa (diff) | |
download | Orca-159b306427e5fc904cf82c21e193a4c166bb88d7.tar.gz Orca-159b306427e5fc904cf82c21e193a4c166bb88d7.zip |
Fixed typo
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/core/library/p.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) |