1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-10 03:51:33 +00:00

A better fix

This commit is contained in:
Acamaeda 2020-10-07 18:41:03 -04:00
parent c79d7b9b07
commit 4e1bcfd9d7
5 changed files with 10 additions and 5 deletions

View file

@ -219,6 +219,7 @@ function doReset(layer, force=false) {
for (let x = row; x >= 0; x--) rowReset(x, layer)
prevOnReset = undefined
setupTemp();
updateTemp()
updateTemp()
}