Pārlūkot izejas kodu

Fixed a small bug in NESPalette

dev-tmpl
Bryan Miller pirms 6 gadiem
vecāks
revīzija
59d5722192
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      app/js/NESPalette.js

+ 1
- 1
app/js/NESPalette.js Parādīt failu

@@ -123,7 +123,7 @@ export class NESPalette extends EventCaller{
if (pci < 0 || pci >= 4){
throw new RangeError("Palette color index is out of bounds.");
}
return NESPalette.SystemColor(this.get_palette_syscolor_index(p, pci));
return NESPalette.SystemColor[this.get_palette_syscolor_index(p, pci)];
}

/**

Notiek ielāde…
Atcelt
Saglabāt