Explorar el Código

auto commit

master
jfinn hace 3 años
padre
commit
78cad3358f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/scene/zoom.ts

+ 1
- 1
src/scene/zoom.ts Ver fichero

@@ -47,7 +47,7 @@ export const getNormalizedZoom = (zoom: number): NormalizedZoomValue => {
47 47
   // const normalizedZoom = parseFloat(zoom.toFixed(2));
48 48
   var fix = 2
49 49
   if (window?.glob_dbg && "nZoomFixed" in window?.glob_dbg ){
50
-
50
+    fix = window.glob_dbg.nZoomFixed
51 51
   }
52 52
 
53 53
   const normalizedZoom = parseFloat(zoom.toFixed(fix));

Loading…
Cancelar
Guardar