This commit is contained in:
MasterGordon 2018-04-02 13:34:09 +02:00
parent f978e00cb8
commit e4bfee1ede
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ function drawBigInventory(inventory) {
itemCount[index]++
}
}
var swapped =
//var swapped =
for(var i=0;i<items.length;i++){
$('#itemBig_' + i)[0].getContext("2d").clearRect(0, 0, 72, 72)
}