Explorar el Código

Minor tweaks to NESPainter

dev-tmpl
Bryan Miller hace 6 años
padre
commit
2db6070556
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/js/NESPainter.js

+ 1
- 1
app/js/NESPainter.js Ver fichero

@@ -8,7 +8,7 @@ export class NESPainter {

if (!canvas)
throw new Error("Expected a canvas element.");
this.__canvas = canvas
this.__canvas = canvas;
this.__context = this.__canvas.getContext("2d");
if (!this.__context)
throw new Error("Failed to obtain canvas context.");

Cargando…
Cancelar
Guardar