Procházet zdrojové kódy

Fixed some typos

dev
Bryan Miller před 7 roky
rodič
revize
f6992da6be
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      app/js/models/NESNameTable.js

+ 1
- 1
app/js/models/NESNameTable.js Zobrazit soubor

// To paint the actual tile index, however, we'll use this emit that will be watched by the CTRLNameTable class // To paint the actual tile index, however, we'll use this emit that will be watched by the CTRLNameTable class
// and call this class's setTileIndex() method for tile painting. // and call this class's setTileIndex() method for tile painting.
// YAY to cheating!! // YAY to cheating!!
this.emit("paint_nametable");
this.emit("paint_nametable", x, y);


// Then business as usual! // Then business as usual!
var bp = this._GetAttribBlockPalette(x,y); var bp = this._GetAttribBlockPalette(x,y);

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