1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 09:21:46 +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;
let VERSION = {
num: "1.3.5 maybe",
num: "1.3.5",
name: "Tabception... ception!"
}
@ -201,7 +201,6 @@ function doReset(layer, force=false) {
for (let x = row; x >= 0; x--) rowReset(x, layer)
prevOnReset = undefined
setupTemp();
updateTemp()
updateTemp()
}