Fix if a character is replaced with another sprite of themselves it doesn't remove the old one.

This commit is contained in:
firebingo 2018-05-11 10:33:20 -07:00
parent 447eb0b3dd
commit 4e69b2388f
3 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,6 @@
class bufferLoader {
constructor(context, soundMap, callback) {
debugger;
this.context = context;
this.soundMap = soundMap;
this.onloadUpdate = callback;