diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-04 16:48:45 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-04 16:48:45 +0100 |
commit | f11e1fa3ee69bc117f38430de0f4c3543894424c (patch) | |
tree | c752290d78a50d8bb3f948ae34eb7c37b2724a28 /src_frontend/Components/Editor/Simulation.svelte | |
parent | 5c749c6c772925da9b69ea6f5be8b641d941a750 (diff) | |
download | Luxcena-Neo-f11e1fa3ee69bc117f38430de0f4c3543894424c.tar.gz Luxcena-Neo-f11e1fa3ee69bc117f38430de0f4c3543894424c.zip |
Try to fix rendering issues with Output component by buffering better
Diffstat (limited to 'src_frontend/Components/Editor/Simulation.svelte')
-rw-r--r-- | src_frontend/Components/Editor/Simulation.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src_frontend/Components/Editor/Simulation.svelte b/src_frontend/Components/Editor/Simulation.svelte index 3a35946..2fb585d 100644 --- a/src_frontend/Components/Editor/Simulation.svelte +++ b/src_frontend/Components/Editor/Simulation.svelte @@ -57,7 +57,6 @@ `rgb(${pixelBuffer[i]}, ${pixelBuffer[i+1]}, ${pixelBuffer[i+2]})` ); } catch(e) { - console.log(pixel); console.log(e); } } |