1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-02-17 18:12:45 +00:00

Added a potential fix for NaNs

This commit is contained in:
Acamaeda 2020-10-10 19:34:21 -04:00
parent df1ab747da
commit db4b525d62

View file

@ -5,7 +5,7 @@ var NaNalert = false;
var gameEnded = false; var gameEnded = false;
let VERSION = { let VERSION = {
num: "1.3.5 maybe", num: "1.3.5",
name: "Tabception... ception!" name: "Tabception... ception!"
} }
@ -201,7 +201,6 @@ function doReset(layer, force=false) {
for (let x = row; x >= 0; x--) rowReset(x, layer) for (let x = row; x >= 0; x--) rowReset(x, layer)
prevOnReset = undefined prevOnReset = undefined
setupTemp();
updateTemp() updateTemp()
updateTemp() updateTemp()
} }