I take a look at my enormous p

ile of estradiol and diamonds, and my troubles start-a meltin' away
(jk i don't have any enormous pile of those things 😢)
This commit is contained in:
Lily-129 2022-01-28 10:43:02 -05:00 committed by GitHub
parent 7d07d62d35
commit 74c1c1f3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ elements.agw = { //adjustable global warmer
for (var j = 1; j < height; j++) {
if (!isEmpty(i,j)) {
pixelMap[i][j].temp = pixel.temp
doHeat(pixelMap[i][j])
}
}
}