agar.io-clone icon indicating copy to clipboard operation
agar.io-clone copied to clipboard

delete food error

Open coolaxie opened this issue 9 years ago • 0 comments

Ex: food = [A, B, C, D] eatenFood = [0, 2]

after eatenFood.forEach(deleteFood) food become [B, C] , is not [B, D] Expected.

coolaxie avatar Nov 13 '16 04:11 coolaxie