From 50d9a649764ca25e2a201263a0ddab65a9b41b05 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Tue, 14 May 2024 16:26:10 -0400 Subject: [PATCH] oopsi daisi --- mods/nousersthings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index de772824..5aedfe34 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2742,7 +2742,7 @@ elements.ray_emitter = { // console.log(lcoord) if (isEmpty(lx,ly)){ createPixel(pixel.rayElement, lx, ly) - pixelMap[lx][ly].temp = pixelMap[x][y].temp + pixelMap[lx][ly].temp = pixel.temp if (pixel.rayElement == "ray"){ pixelMap[lx][ly].rColor = pixel.color pixelMap[lx][ly].color = pixel.color @@ -2878,7 +2878,7 @@ elements.specific_ray_emitter = { // console.log(lcoord) if (isEmpty(lx,ly)){ createPixel(pixel.rayElement, lx, ly) - pixelMap[lx][ly].temp = pixelMap[x][y].temp + pixelMap[lx][ly].temp = pixel.temp if (pixel.rayElement == "ray"){ pixelMap[lx][ly].rColor = pixel.color pixelMap[lx][ly].color = pixel.color