Explorar el Código

Reset the image-loaded flags when resetting

master
Fen Dweller hace 5 años
padre
commit
120b963e9f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      xray.js

+ 2
- 1
xray.js Ver fichero

@@ -322,7 +322,8 @@ function load() {

function reset() {
running = false;

baseLoaded = false;
overlayLoaded = false;
const overlay = document.querySelector("#overlay");
const base = document.querySelector("#base");
const overlayResized = document.querySelector("#overlay-resized");


Cargando…
Cancelar
Guardar