From 18c6d3b7101e5beb1e75e3114c0e9fa38e8b7060 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Feb 2018 09:34:30 +0100 Subject: [PATCH] Update: CC - Demo New - Key Up (ip0443a52d.js) 12 bytes modified --- ip0443a52d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip0443a52d.js b/ip0443a52d.js index 27bbedb..7e62587 100644 --- a/ip0443a52d.js +++ b/ip0443a52d.js @@ -40,7 +40,7 @@ if (data.code === 'KeyL') { height = heightData[(y * 128) + x] * 10; scale = height * 0.1; - offsets.push(x - 64, 64 - y, height); + offsets.push((x - 64) * 2, (64 - y) * 2, height); orientations.push(0, 0, 0, 1); //scales.push(scale, scale, scale); }