소스 검색

Fixed some typos

dev
Bryan Miller 5 년 전
부모
커밋
f6992da6be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/js/models/NESNameTable.js

+ 1
- 1
app/js/models/NESNameTable.js 파일 보기

@@ -208,7 +208,7 @@ export default class NESNameTable extends ISurface{
// 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.
// YAY to cheating!!
this.emit("paint_nametable");
this.emit("paint_nametable", x, y);

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

Loading…
취소
저장