This commit is contained in:
parent
f978e00cb8
commit
e4bfee1ede
|
|
@ -445,7 +445,7 @@ function drawBigInventory(inventory) {
|
||||||
itemCount[index]++
|
itemCount[index]++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var swapped =
|
//var swapped =
|
||||||
for(var i=0;i<items.length;i++){
|
for(var i=0;i<items.length;i++){
|
||||||
$('#itemBig_' + i)[0].getContext("2d").clearRect(0, 0, 72, 72)
|
$('#itemBig_' + i)[0].getContext("2d").clearRect(0, 0, 72, 72)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue