Procházet zdrojové kódy

Fixed an emitted event name in NESPalette

dev-tmpl
Bryan Miller před 6 roky
rodič
revize
5c66e788f0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/js/NESPalette.js

+ 1
- 1
app/js/NESPalette.js Zobrazit soubor

this.emit("palettes_changed", {type:"ALL", cindex:0}); this.emit("palettes_changed", {type:"ALL", cindex:0});
} else { } else {
this.__palette[(p*3) + (pci-1)] = sci; this.__palette[(p*3) + (pci-1)] = sci;
this.emit("palettes_changes", {type:(p < 4) ? "TILE" : "SPRITE", pindex:p, cindex:pci});
this.emit("palettes_changed", {type:(p < 4) ? "TILE" : "SPRITE", pindex:p, cindex:pci});
} }
return this; return this;
} }

Načítá se…
Zrušit
Uložit