summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-02-22 00:24:55 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-02-22 00:24:55 +0100
commit4b4237104813ed94f03eb33fd6048f0574245900 (patch)
tree1c75b6fe29c98b20c9713c73736f9aa976af0712 /index.htm
parent2e193910ca6de4486eb39e9a7decf162cfa1f160 (diff)
downloadreduced_system_layer-4b4237104813ed94f03eb33fd6048f0574245900.zip
Fix formatting
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.htm b/index.htm
index ce6a2a9..5079362 100644
--- a/index.htm
+++ b/index.htm
@@ -231,7 +231,7 @@
let num_samples = output[0][0].length;
let num_frames = num_samples * num_channels;
- let pixels_address = this.program.exports.js_frame(this.frame_width, this.frame_height, num_samples);
+ let pixels_address = this.program.exports.js_frame(this.frame_width, this.frame_height, num_samples);
let pixels_buffer = new ArrayBuffer(this.pixels_size);
new Uint8Array(pixels_buffer).set(new Uint8Array(this.memory_buffer, pixels_address, this.pixels_size));